Html Css Color HEX #CC2462 Cerise

📋 copy color: '#CC2462'

red 204 ◦ green 36 ◦ blue 98

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

Shades of Cerise #CC2462

Tints of Cerise #CC2462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

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

R = 60.36%
G = 10.65%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2462 (or 0xCC2462) is known color: Cerise. HEX triplet: CC, 24 and 62. RGB value is (204,36,98). Sum of RGB (Red+Green+Blue) = 204+36+98=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2462 is #33DB9D. Grayscale: #5D5D5D. Windows color (decimal): -3398558 or 6431948. OLE color: 6431948.

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

Color convert

RGB 204 36 98 -
CMYK 0 0.82 0.52 0.2
HSL 337.86º 0.7% 0.47% -
HSV(B) 337.86º 0.82% 0.8% -
XYZ 27.74 14.98 12.98 -
YUV 93.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 204 36 98 0 0.82 0.52 0.2 337.86 0.7 0.47
Hex CC 24 62 0 52 34 14 152 46 2F
Octal 314 44 142 0 122 64 24 522 106 57
Binary 11001100 100100 1100010 0 1010010 110100 10100 101010010 1000110 101111

Color Harmonies of #CC2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2462

Black with #CC2462

Text Example


Text Example

White with #CC2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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