Html Css Color HEX #CC2B62 Cerise

📋 copy color: '#CC2B62'

red 204 ◦ green 43 ◦ blue 98

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

Shades of Cerise #CC2B62

Tints of Cerise #CC2B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 59.13%
G = 12.46%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2B62 (or 0xCC2B62) is known color: Cerise. HEX triplet: CC, 2B and 62. RGB value is (204,43,98). Sum of RGB (Red+Green+Blue) = 204+43+98=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B62 is #33D49D. Grayscale: #616161. Windows color (decimal): -3396766 or 6433740. OLE color: 6433740.

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

Color convert

RGB 204 43 98 -
CMYK 0 0.79 0.52 0.2
HSL 339.5º 0.65% 0.48% -
HSV(B) 339.5º 0.79% 0.8% -
XYZ 27.97 15.45 13.06 -
YUV 97.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 204 43 98 0 0.79 0.52 0.2 339.5 0.65 0.48
Hex CC 2B 62 0 4F 34 14 154 41 30
Octal 314 53 142 0 117 64 24 524 101 60
Binary 11001100 101011 1100010 0 1001111 110100 10100 101010100 1000001 110000

Color Harmonies of #CC2B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B62

Black with #CC2B62

Text Example


Text Example

White with #CC2B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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