Html Css Color HEX #CC2372 Medium Violet Red

📋 copy color: '#CC2372'

red 204 ◦ green 35 ◦ blue 114

#CC2372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CC2372

Tints of Medium Violet Red #CC2372

RGB

 RED value IS 204 (80.08% from 255) = 57.79%

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 57.79%
G = 9.92%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2372 (or 0xCC2372) is known color: Medium Violet Red. HEX triplet: CC, 23 and 72. RGB value is (204,35,114). Sum of RGB (Red+Green+Blue) = 204+35+114=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2372 is #33DC8D. Grayscale: #5E5E5E. Windows color (decimal): -3398798 or 7480268. OLE color: 7480268.

HSL color Cylindrical-coordinate representation of color #CC2372: hue angle of 331.95º 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 #CC2372 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 114 -
CMYK 0 0.83 0.44 0.2
HSL 331.95º 0.71% 0.47% -
HSV(B) 331.95º 0.83% 0.8% -
XYZ 28.54 15.25 17.36 -
YUV 94.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 204 35 114 0 0.83 0.44 0.2 331.95 0.71 0.47
Hex CC 23 72 0 53 2C 14 14C 47 2F
Octal 314 43 162 0 123 54 24 514 107 57
Binary 11001100 100011 1110010 0 1010011 101100 10100 101001100 1000111 101111

Color Harmonies of #CC2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2372

Black with #CC2372

Text Example


Text Example

White with #CC2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2372; }

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

 H1.HeaderClassName
 {
   color: #CC2372;
 }
 .AnyTagClassName
 {
   color: #CC2372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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