Html Css Color HEX #CE3571 Cerise

📋 copy color: '#CE3571'

red 206 ◦ green 53 ◦ blue 113

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

Shades of Cerise #CE3571

Tints of Cerise #CE3571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 55.38%
G = 14.25%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE3571 (or 0xCE3571) is known color: Cerise. HEX triplet: CE, 35 and 71. RGB value is (206,53,113). Sum of RGB (Red+Green+Blue) = 206+53+113=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3571 is #31CA8E. Grayscale: #696969. Windows color (decimal): -3263119 or 7419342. OLE color: 7419342.

HSL color Cylindrical-coordinate representation of color #CE3571: hue angle of 336.47º 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 #CE3571 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 113 -
CMYK 0 0.74 0.45 0.19
HSL 336.47º 0.61% 0.51% -
HSV(B) 336.47º 0.74% 0.81% -
XYZ 29.71 16.86 17.31 -
YUV 105.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 206 53 113 0 0.74 0.45 0.19 336.47 0.61 0.51
Hex CE 35 71 0 4A 2D 13 150 3D 33
Octal 316 65 161 0 112 55 23 520 75 63
Binary 11001110 110101 1110001 0 1001010 101101 10011 101010000 111101 110011

Color Harmonies of #CE3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3571

Black with #CE3571

Text Example


Text Example

White with #CE3571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3571; }

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

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

background-color css

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

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

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

border-color css

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

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

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