Html Css Color HEX #CC2874 Deep Cerise

📋 copy color: '#CC2874'

red 204 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #CC2874

Tints of Deep Cerise #CC2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 56.67%
G = 11.11%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2874 (or 0xCC2874) is known color: Deep Cerise. HEX triplet: CC, 28 and 74. RGB value is (204,40,116). Sum of RGB (Red+Green+Blue) = 204+40+116=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2874 is #33D78B. Grayscale: #616161. Windows color (decimal): -3397516 or 7612620. OLE color: 7612620.

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

Color convert

RGB 204 40 116 -
CMYK 0 0.80 0.43 0.2
HSL 332.2º 0.67% 0.48% -
HSV(B) 332.2º 0.8% 0.8% -
XYZ 28.81 15.62 18.02 -
YUV 97.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 204 40 116 0 0.80 0.43 0.2 332.2 0.67 0.48
Hex CC 28 74 0 50 2B 14 14C 43 30
Octal 314 50 164 0 120 53 24 514 103 60
Binary 11001100 101000 1110100 0 1010000 101011 10100 101001100 1000011 110000

Color Harmonies of #CC2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2874

Black with #CC2874

Text Example


Text Example

White with #CC2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2874; }

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

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

background-color css

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

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

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

border-color css

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

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

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