Html Css Color HEX #CE3564 Cerise

📋 copy color: '#CE3564'

red 206 ◦ green 53 ◦ blue 100

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

Shades of Cerise #CE3564

Tints of Cerise #CE3564

RGB

 RED value IS 206 (80.86% from 255) = 57.38%

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 57.38%
G = 14.76%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE3564 (or 0xCE3564) is known color: Cerise. HEX triplet: CE, 35 and 64. RGB value is (206,53,100). Sum of RGB (Red+Green+Blue) = 206+53+100=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3564 is #31CA9B. Grayscale: #686868. Windows color (decimal): -3263132 or 6567374. OLE color: 6567374.

HSL color Cylindrical-coordinate representation of color #CE3564: hue angle of 341.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3564 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 100 -
CMYK 0 0.74 0.51 0.19
HSL 341.57º 0.61% 0.51% -
HSV(B) 341.57º 0.74% 0.81% -
XYZ 29.03 16.59 13.73 -
YUV 104.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 206 53 100 0 0.74 0.51 0.19 341.57 0.61 0.51
Hex CE 35 64 0 4A 33 13 156 3D 33
Octal 316 65 144 0 112 63 23 526 75 63
Binary 11001110 110101 1100100 0 1001010 110011 10011 101010110 111101 110011

Color Harmonies of #CE3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3564

Black with #CE3564

Text Example


Text Example

White with #CE3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3564; }

 p { color: rgb(206,53,100); }

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

background-color css

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

 a { background-color: rgb(206,53,100); }

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

border-color css

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

 span { border-color: rgb(206,53,100); }

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