Html Css Color HEX #CC3565 Cerise

📋 copy color: '#CC3565'

red 204 ◦ green 53 ◦ blue 101

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

Shades of Cerise #CC3565

Tints of Cerise #CC3565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 56.98%
G = 14.8%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC3565 (or 0xCC3565) is known color: Cerise. HEX triplet: CC, 35 and 65. RGB value is (204,53,101). Sum of RGB (Red+Green+Blue) = 204+53+101=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3565 is #33CA9A. Grayscale: #676767. Windows color (decimal): -3394203 or 6632908. OLE color: 6632908.

HSL color Cylindrical-coordinate representation of color #CC3565: hue angle of 340.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3565 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 101 -
CMYK 0 0.74 0.50 0.2
HSL 340.93º 0.6% 0.5% -
HSV(B) 340.93º 0.74% 0.8% -
XYZ 28.52 16.32 13.96 -
YUV 103.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 204 53 101 0 0.74 0.50 0.2 340.93 0.6 0.5
Hex CC 35 65 0 4A 32 14 155 3C 32
Octal 314 65 145 0 112 62 24 525 74 62
Binary 11001100 110101 1100101 0 1001010 110010 10100 101010101 111100 110010

Color Harmonies of #CC3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3565

Black with #CC3565

Text Example


Text Example

White with #CC3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3565; }

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

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

background-color css

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

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

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

border-color css

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

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

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