Html Css Color HEX #CC2363 Cerise

📋 copy color: '#CC2363'

red 204 ◦ green 35 ◦ blue 99

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

Shades of Cerise #CC2363

Tints of Cerise #CC2363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 60.36%
G = 10.36%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC2363 (or 0xCC2363) is known color: Cerise. HEX triplet: CC, 23 and 63. RGB value is (204,35,99). Sum of RGB (Red+Green+Blue) = 204+35+99=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2363 is #33DC9C. Grayscale: #5C5C5C. Windows color (decimal): -3398813 or 6497228. OLE color: 6497228.

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

Color convert

RGB 204 35 99 -
CMYK 0 0.83 0.51 0.2
HSL 337.28º 0.71% 0.47% -
HSV(B) 337.28º 0.83% 0.8% -
XYZ 27.76 14.94 13.23 -
YUV 92.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 204 35 99 0 0.83 0.51 0.2 337.28 0.71 0.47
Hex CC 23 63 0 53 33 14 151 47 2F
Octal 314 43 143 0 123 63 24 521 107 57
Binary 11001100 100011 1100011 0 1010011 110011 10100 101010001 1000111 101111

Color Harmonies of #CC2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2363

Black with #CC2363

Text Example


Text Example

White with #CC2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2363; }

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

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

background-color css

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

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

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

border-color css

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

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

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