Html Css Color HEX #CC3674 Deep Cerise

📋 copy color: '#CC3674'

red 204 ◦ green 54 ◦ blue 116

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

Shades of Deep Cerise #CC3674

Tints of Deep Cerise #CC3674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

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

R = 54.55%
G = 14.44%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC3674 (or 0xCC3674) is known color: Deep Cerise. HEX triplet: CC, 36 and 74. RGB value is (204,54,116). Sum of RGB (Red+Green+Blue) = 204+54+116=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3674 is #33C98B. Grayscale: #696969. Windows color (decimal): -3393932 or 7616204. OLE color: 7616204.

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

Color convert

RGB 204 54 116 -
CMYK 0 0.74 0.43 0.2
HSL 335.2º 0.6% 0.51% -
HSV(B) 335.2º 0.74% 0.8% -
XYZ 29.37 16.74 18.21 -
YUV 105.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 204 54 116 0 0.74 0.43 0.2 335.2 0.6 0.51
Hex CC 36 74 0 4A 2B 14 14F 3C 33
Octal 314 66 164 0 112 53 24 517 74 63
Binary 11001100 110110 1110100 0 1001010 101011 10100 101001111 111100 110011

Color Harmonies of #CC3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3674

Black with #CC3674

Text Example


Text Example

White with #CC3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3674; }

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

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

background-color css

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

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

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

border-color css

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

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

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