Html Css Color HEX #CC308B Deep Cerise

📋 copy color: '#CC308B'

red 204 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #CC308B

Tints of Deep Cerise #CC308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 52.17%
G = 12.28%
B = 35.55%

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

#CC308B (or 0xCC308B) is known color: Deep Cerise. HEX triplet: CC, 30 and 8B. RGB value is (204,48,139). Sum of RGB (Red+Green+Blue) = 204+48+139=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC308B is #33CF74. Grayscale: #686868. Windows color (decimal): -3395445 or 9121996. OLE color: 9121996.

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

Color convert

RGB 204 48 139 -
CMYK 0 0.76 0.32 0.2
HSL 325º 0.62% 0.49% -
HSV(B) 325º 0.76% 0.8% -
XYZ 30.62 16.82 26.06 -
YUV 105.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 204 48 139 0 0.76 0.32 0.2 325 0.62 0.49
Hex CC 30 8B 0 4C 20 14 145 3E 31
Octal 314 60 213 0 114 40 24 505 76 61
Binary 11001100 110000 10001011 0 1001100 100000 10100 101000101 111110 110001

Color Harmonies of #CC308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC308B

Black with #CC308B

Text Example


Text Example

White with #CC308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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