Html Css Color HEX #CC2B6D Cerise

📋 copy color: '#CC2B6D'

red 204 ◦ green 43 ◦ blue 109

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

Shades of Cerise #CC2B6D

Tints of Cerise #CC2B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 57.3%
G = 12.08%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC2B6D (or 0xCC2B6D) is known color: Cerise. HEX triplet: CC, 2B and 6D. RGB value is (204,43,109). Sum of RGB (Red+Green+Blue) = 204+43+109=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B6D is #33D492. Grayscale: #626262. Windows color (decimal): -3396755 or 7154636. OLE color: 7154636.

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

Color convert

RGB 204 43 109 -
CMYK 0 0.79 0.47 0.2
HSL 335.4º 0.65% 0.48% -
HSV(B) 335.4º 0.79% 0.8% -
XYZ 28.53 15.67 15.99 -
YUV 98.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 204 43 109 0 0.79 0.47 0.2 335.4 0.65 0.48
Hex CC 2B 6D 0 4F 2F 14 14F 41 30
Octal 314 53 155 0 117 57 24 517 101 60
Binary 11001100 101011 1101101 0 1001111 101111 10100 101001111 1000001 110000

Color Harmonies of #CC2B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B6D

Black with #CC2B6D

Text Example


Text Example

White with #CC2B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B6D; }

 p { color: rgb(204,43,109); }

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

background-color css

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

 a { background-color: rgb(204,43,109); }

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

border-color css

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

 span { border-color: rgb(204,43,109); }

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