Html Css Color HEX #CC236A Cerise

📋 copy color: '#CC236A'

red 204 ◦ green 35 ◦ blue 106

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

Shades of Cerise #CC236A

Tints of Cerise #CC236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 59.13%
G = 10.14%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC236A (or 0xCC236A) is known color: Cerise. HEX triplet: CC, 23 and 6A. RGB value is (204,35,106). Sum of RGB (Red+Green+Blue) = 204+35+106=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC236A is #33DC95. Grayscale: #5D5D5D. Windows color (decimal): -3398806 or 6955980. OLE color: 6955980.

HSL color Cylindrical-coordinate representation of color #CC236A: hue angle of 334.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC236A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 106 -
CMYK 0 0.83 0.48 0.2
HSL 334.79º 0.71% 0.47% -
HSV(B) 334.79º 0.83% 0.8% -
XYZ 28.1 15.08 15.07 -
YUV 93.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 204 35 106 0 0.83 0.48 0.2 334.79 0.71 0.47
Hex CC 23 6A 0 53 30 14 14F 47 2F
Octal 314 43 152 0 123 60 24 517 107 57
Binary 11001100 100011 1101010 0 1010011 110000 10100 101001111 1000111 101111

Color Harmonies of #CC236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC236A

Black with #CC236A

Text Example


Text Example

White with #CC236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC236A; }

 p { color: rgb(204,35,106); }

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

background-color css

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

 a { background-color: rgb(204,35,106); }

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

border-color css

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

 span { border-color: rgb(204,35,106); }

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