Html Css Color HEX #CC3474 Deep Cerise

📋 copy color: '#CC3474'

red 204 ◦ green 52 ◦ blue 116

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

Shades of Deep Cerise #CC3474

Tints of Deep Cerise #CC3474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 54.84%
G = 13.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC3474 (or 0xCC3474) is known color: Deep Cerise. HEX triplet: CC, 34 and 74. RGB value is (204,52,116). Sum of RGB (Red+Green+Blue) = 204+52+116=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3474 is #33CB8B. Grayscale: #686868. Windows color (decimal): -3394444 or 7615692. OLE color: 7615692.

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

Color convert

RGB 204 52 116 -
CMYK 0 0.75 0.43 0.2
HSL 334.74º 0.6% 0.5% -
HSV(B) 334.74º 0.75% 0.8% -
XYZ 29.28 16.55 18.17 -
YUV 104.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 204 52 116 0 0.75 0.43 0.2 334.74 0.6 0.5
Hex CC 34 74 0 4B 2B 14 14F 3C 32
Octal 314 64 164 0 113 53 24 517 74 62
Binary 11001100 110100 1110100 0 1001011 101011 10100 101001111 111100 110010

Color Harmonies of #CC3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3474

Black with #CC3474

Text Example


Text Example

White with #CC3474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3474; }

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

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

background-color css

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

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

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

border-color css

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

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

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