Html Css Color HEX #CC2365 Cerise

📋 copy color: '#CC2365'

red 204 ◦ green 35 ◦ blue 101

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

Shades of Cerise #CC2365

Tints of Cerise #CC2365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 60%
G = 10.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC2365 (or 0xCC2365) is known color: Cerise. HEX triplet: CC, 23 and 65. RGB value is (204,35,101). Sum of RGB (Red+Green+Blue) = 204+35+101=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2365 is #33DC9A. Grayscale: #5C5C5C. Windows color (decimal): -3398811 or 6628300. OLE color: 6628300.

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

Color convert

RGB 204 35 101 -
CMYK 0 0.83 0.50 0.2
HSL 336.57º 0.71% 0.47% -
HSV(B) 336.57º 0.83% 0.8% -
XYZ 27.85 14.98 13.74 -
YUV 93.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 204 35 101 0 0.83 0.50 0.2 336.57 0.71 0.47
Hex CC 23 65 0 53 32 14 151 47 2F
Octal 314 43 145 0 123 62 24 521 107 57
Binary 11001100 100011 1100101 0 1010011 110010 10100 101010001 1000111 101111

Color Harmonies of #CC2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2365

Black with #CC2365

Text Example


Text Example

White with #CC2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2365; }

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

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

background-color css

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

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

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

border-color css

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

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

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