Html Css Color HEX #CC308C Deep Cerise

📋 copy color: '#CC308C'

red 204 ◦ green 48 ◦ blue 140

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

Shades of Deep Cerise #CC308C

Tints of Deep Cerise #CC308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 52.04%
G = 12.24%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC308C (or 0xCC308C) is known color: Deep Cerise. HEX triplet: CC, 30 and 8C. RGB value is (204,48,140). Sum of RGB (Red+Green+Blue) = 204+48+140=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC308C is #33CF73. Grayscale: #686868. Windows color (decimal): -3395444 or 9187532. OLE color: 9187532.

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

Color convert

RGB 204 48 140 -
CMYK 0 0.76 0.31 0.2
HSL 324.62º 0.62% 0.49% -
HSV(B) 324.62º 0.76% 0.8% -
XYZ 30.69 16.84 26.44 -
YUV 105.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 204 48 140 0 0.76 0.31 0.2 324.62 0.62 0.49
Hex CC 30 8C 0 4C 1F 14 145 3E 31
Octal 314 60 214 0 114 37 24 505 76 61
Binary 11001100 110000 10001100 0 1001100 11111 10100 101000101 111110 110001

Color Harmonies of #CC308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC308C

Black with #CC308C

Text Example


Text Example

White with #CC308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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