Html Css Color HEX #CC306E Cerise

📋 copy color: '#CC306E'

red 204 ◦ green 48 ◦ blue 110

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

Shades of Cerise #CC306E

Tints of Cerise #CC306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 56.35%
G = 13.26%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC306E (or 0xCC306E) is known color: Cerise. HEX triplet: CC, 30 and 6E. RGB value is (204,48,110). Sum of RGB (Red+Green+Blue) = 204+48+110=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC306E is #33CF91. Grayscale: #656565. Windows color (decimal): -3395474 or 7221452. OLE color: 7221452.

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

Color convert

RGB 204 48 110 -
CMYK 0 0.76 0.46 0.2
HSL 336.15º 0.62% 0.49% -
HSV(B) 336.15º 0.76% 0.8% -
XYZ 28.77 16.08 16.34 -
YUV 101.71 132.68 200.96 -
System Red Green Blue C M Y K H S L
Decimal 204 48 110 0 0.76 0.46 0.2 336.15 0.62 0.49
Hex CC 30 6E 0 4C 2E 14 150 3E 31
Octal 314 60 156 0 114 56 24 520 76 61
Binary 11001100 110000 1101110 0 1001100 101110 10100 101010000 111110 110001

Color Harmonies of #CC306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC306E

Black with #CC306E

Text Example


Text Example

White with #CC306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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