Html Css Color HEX #CC2362 Cerise

📋 copy color: '#CC2362'

red 204 ◦ green 35 ◦ blue 98

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

Shades of Cerise #CC2362

Tints of Cerise #CC2362

RGB

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

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

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

R = 60.53%
G = 10.39%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2362 (or 0xCC2362) is known color: Cerise. HEX triplet: CC, 23 and 62. RGB value is (204,35,98). Sum of RGB (Red+Green+Blue) = 204+35+98=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2362 is #33DC9D. Grayscale: #5C5C5C. Windows color (decimal): -3398814 or 6431692. OLE color: 6431692.

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

Color convert

RGB 204 35 98 -
CMYK 0 0.83 0.52 0.2
HSL 337.63º 0.71% 0.47% -
HSV(B) 337.63º 0.83% 0.8% -
XYZ 27.71 14.92 12.98 -
YUV 92.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 204 35 98 0 0.83 0.52 0.2 337.63 0.71 0.47
Hex CC 23 62 0 53 34 14 152 47 2F
Octal 314 43 142 0 123 64 24 522 107 57
Binary 11001100 100011 1100010 0 1010011 110100 10100 101010010 1000111 101111

Color Harmonies of #CC2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2362

Black with #CC2362

Text Example


Text Example

White with #CC2362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2362; }

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

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

background-color css

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

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

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

border-color css

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

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

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