Html Css Color HEX #CC3086 Deep Cerise

📋 copy color: '#CC3086'

red 204 ◦ green 48 ◦ blue 134

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

Shades of Deep Cerise #CC3086

Tints of Deep Cerise #CC3086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 52.85%
G = 12.44%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC3086 (or 0xCC3086) is known color: Deep Cerise. HEX triplet: CC, 30 and 86. RGB value is (204,48,134). Sum of RGB (Red+Green+Blue) = 204+48+134=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3086 is #33CF79. Grayscale: #686868. Windows color (decimal): -3395450 or 8794316. OLE color: 8794316.

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

Color convert

RGB 204 48 134 -
CMYK 0 0.76 0.34 0.2
HSL 326.92º 0.62% 0.49% -
HSV(B) 326.92º 0.76% 0.8% -
XYZ 30.26 16.67 24.18 -
YUV 104.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 204 48 134 0 0.76 0.34 0.2 326.92 0.62 0.49
Hex CC 30 86 0 4C 22 14 147 3E 31
Octal 314 60 206 0 114 42 24 507 76 61
Binary 11001100 110000 10000110 0 1001100 100010 10100 101000111 111110 110001

Color Harmonies of #CC3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3086

Black with #CC3086

Text Example


Text Example

White with #CC3086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3086; }

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

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

background-color css

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

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

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

border-color css

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

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

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