Html Css Color HEX #CC308A Deep Cerise

📋 copy color: '#CC308A'

red 204 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #CC308A

Tints of Deep Cerise #CC308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 52.31%
G = 12.31%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC308A (or 0xCC308A) is known color: Deep Cerise. HEX triplet: CC, 30 and 8A. RGB value is (204,48,138). Sum of RGB (Red+Green+Blue) = 204+48+138=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC308A is #33CF75. Grayscale: #686868. Windows color (decimal): -3395446 or 9056460. OLE color: 9056460.

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

Color convert

RGB 204 48 138 -
CMYK 0 0.76 0.32 0.2
HSL 325.38º 0.62% 0.49% -
HSV(B) 325.38º 0.76% 0.8% -
XYZ 30.55 16.79 25.67 -
YUV 104.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 204 48 138 0 0.76 0.32 0.2 325.38 0.62 0.49
Hex CC 30 8A 0 4C 20 14 145 3E 31
Octal 314 60 212 0 114 40 24 505 76 61
Binary 11001100 110000 10001010 0 1001100 100000 10100 101000101 111110 110001

Color Harmonies of #CC308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC308A

Black with #CC308A

Text Example


Text Example

White with #CC308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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