Html Css Color HEX #CC3076 Deep Cerise

📋 copy color: '#CC3076'

red 204 ◦ green 48 ◦ blue 118

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

Shades of Deep Cerise #CC3076

Tints of Deep Cerise #CC3076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 55.14%
G = 12.97%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC3076 (or 0xCC3076) is known color: Deep Cerise. HEX triplet: CC, 30 and 76. RGB value is (204,48,118). Sum of RGB (Red+Green+Blue) = 204+48+118=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3076 is #33CF89. Grayscale: #666666. Windows color (decimal): -3395466 or 7745740. OLE color: 7745740.

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

Color convert

RGB 204 48 118 -
CMYK 0 0.76 0.42 0.2
HSL 333.08º 0.62% 0.49% -
HSV(B) 333.08º 0.76% 0.8% -
XYZ 29.23 16.26 18.74 -
YUV 102.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 204 48 118 0 0.76 0.42 0.2 333.08 0.62 0.49
Hex CC 30 76 0 4C 2A 14 14D 3E 31
Octal 314 60 166 0 114 52 24 515 76 61
Binary 11001100 110000 1110110 0 1001100 101010 10100 101001101 111110 110001

Color Harmonies of #CC3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3076

Black with #CC3076

Text Example


Text Example

White with #CC3076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3076; }

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

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

background-color css

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

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

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

border-color css

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

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

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