Html Css Color HEX #CC3473 Deep Cerise

📋 copy color: '#CC3473'

red 204 ◦ green 52 ◦ blue 115

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

Shades of Deep Cerise #CC3473

Tints of Deep Cerise #CC3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 54.99%
G = 14.02%
B = 31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC3473 (or 0xCC3473) is known color: Deep Cerise. HEX triplet: CC, 34 and 73. RGB value is (204,52,115). Sum of RGB (Red+Green+Blue) = 204+52+115=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3473 is #33CB8C. Grayscale: #686868. Windows color (decimal): -3394445 or 7550156. OLE color: 7550156.

HSL color Cylindrical-coordinate representation of color #CC3473: hue angle of 335.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3473 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 115 -
CMYK 0 0.75 0.44 0.2
HSL 335.13º 0.6% 0.5% -
HSV(B) 335.13º 0.75% 0.8% -
XYZ 29.22 16.53 17.87 -
YUV 104.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 204 52 115 0 0.75 0.44 0.2 335.13 0.6 0.5
Hex CC 34 73 0 4B 2C 14 14F 3C 32
Octal 314 64 163 0 113 54 24 517 74 62
Binary 11001100 110100 1110011 0 1001011 101100 10100 101001111 111100 110010

Color Harmonies of #CC3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3473

Black with #CC3473

Text Example


Text Example

White with #CC3473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3473; }

 p { color: rgb(204,52,115); }

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

background-color css

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

 a { background-color: rgb(204,52,115); }

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

border-color css

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

 span { border-color: rgb(204,52,115); }

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