#CC237F

Color #CC237F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC237F

Tints of Medium Violet Red #CC237F

Color information

#CC237F (or 0xCC237F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 23 and 7F. RGB value is (204,35,127). Sum of RGB (Red+Green+Blue) = 204+35+127=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC237F is #33DC80. Grayscale: #5F5F5F. Windows color (decimal): -3398785 or 8332236. OLE color: 8332236.

HSL color Cylindrical-coordinate representation of color #CC237F: hue angle of 327.34º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC237F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20435127-
CMYK00.830.380.2
HSL327.34º70.71%46.86%-
HSV(B)327.34º82.84%80%-
XYZ29.3315.5721.54-
YUV96.02145.49205.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 35 (14.06% from 255) = 9.56%
BLUE value IS 127 (50% from 255) = 34.70%
R=55.74%
G=9.56%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043512700.830.380.2327.3470.7146.86
HexCC237F0532614147472f
Octal314431770123462450710757
Binary11001100100011111111101010011100110101001010001111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC237F; }

 p { color: rgb(204,35,127); }

 H1.HeaderClassName
 {
   color: #CC237F;
 }
 .AnyTagClassName
 {
   color: #CC237F;
 }
</style>
background-color css

<style>
 a { background-color: #CC237F; }

 a { background-color: rgb(204,35,127); }

 div.DivClassName
 {
   background-color: #CC237F;
 }
 .BgClassName
 {
   background-color: #CC237F;
 }
</style>
border-color css

<style>
 span { border-color: #CC237F; }

 span { border-color: rgb(204,35,127); }

 td.TdClassName
 {
   border-color: #CC237F;
 }
 .TagClassName
 {
   border-color: #CC237F;
 }
</style>