Html Css Color HEX #CC2676 Deep Cerise

📋 copy color: '#CC2676'

red 204 ◦ green 38 ◦ blue 118

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

Shades of Deep Cerise #CC2676

Tints of Deep Cerise #CC2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 56.67%
G = 10.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2676 (or 0xCC2676) is known color: Deep Cerise. HEX triplet: CC, 26 and 76. RGB value is (204,38,118). Sum of RGB (Red+Green+Blue) = 204+38+118=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2676 is #33D989. Grayscale: #606060. Windows color (decimal): -3398026 or 7743180. OLE color: 7743180.

HSL color Cylindrical-coordinate representation of color #CC2676: hue angle of 331.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2676 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 118 -
CMYK 0 0.81 0.42 0.2
HSL 331.08º 0.69% 0.47% -
HSV(B) 331.08º 0.81% 0.8% -
XYZ 28.86 15.53 18.62 -
YUV 96.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 204 38 118 0 0.81 0.42 0.2 331.08 0.69 0.47
Hex CC 26 76 0 51 2A 14 14B 45 2F
Octal 314 46 166 0 121 52 24 513 105 57
Binary 11001100 100110 1110110 0 1010001 101010 10100 101001011 1000101 101111

Color Harmonies of #CC2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2676

Black with #CC2676

Text Example


Text Example

White with #CC2676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2676; }

 p { color: rgb(204,38,118); }

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

background-color css

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

 a { background-color: rgb(204,38,118); }

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

border-color css

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

 span { border-color: rgb(204,38,118); }

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