Html Css Color HEX #CC306C Cerise

📋 copy color: '#CC306C'

red 204 ◦ green 48 ◦ blue 108

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

Shades of Cerise #CC306C

Tints of Cerise #CC306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 56.67%
G = 13.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC306C (or 0xCC306C) is known color: Cerise. HEX triplet: CC, 30 and 6C. RGB value is (204,48,108). Sum of RGB (Red+Green+Blue) = 204+48+108=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC306C is #33CF93. Grayscale: #656565. Windows color (decimal): -3395476 or 7090380. OLE color: 7090380.

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

Color convert

RGB 204 48 108 -
CMYK 0 0.76 0.47 0.2
HSL 336.92º 0.62% 0.49% -
HSV(B) 336.92º 0.76% 0.8% -
XYZ 28.67 16.03 15.77 -
YUV 101.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 204 48 108 0 0.76 0.47 0.2 336.92 0.62 0.49
Hex CC 30 6C 0 4C 2F 14 151 3E 31
Octal 314 60 154 0 114 57 24 521 76 61
Binary 11001100 110000 1101100 0 1001100 101111 10100 101010001 111110 110001

Color Harmonies of #CC306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC306C

Black with #CC306C

Text Example


Text Example

White with #CC306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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