Html Css Color HEX #CC2368 Cerise

📋 copy color: '#CC2368'

red 204 ◦ green 35 ◦ blue 104

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

Shades of Cerise #CC2368

Tints of Cerise #CC2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 59.48%
G = 10.2%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC2368 (or 0xCC2368) is known color: Cerise. HEX triplet: CC, 23 and 68. RGB value is (204,35,104). Sum of RGB (Red+Green+Blue) = 204+35+104=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2368 is #33DC97. Grayscale: #5D5D5D. Windows color (decimal): -3398808 or 6824908. OLE color: 6824908.

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

Color convert

RGB 204 35 104 -
CMYK 0 0.83 0.49 0.2
HSL 335.5º 0.71% 0.47% -
HSV(B) 335.5º 0.83% 0.8% -
XYZ 28 15.04 14.52 -
YUV 93.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 204 35 104 0 0.83 0.49 0.2 335.5 0.71 0.47
Hex CC 23 68 0 53 31 14 150 47 2F
Octal 314 43 150 0 123 61 24 520 107 57
Binary 11001100 100011 1101000 0 1010011 110001 10100 101010000 1000111 101111

Color Harmonies of #CC2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2368

Black with #CC2368

Text Example


Text Example

White with #CC2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2368; }

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

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

background-color css

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

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

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

border-color css

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

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

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