Html Css Color HEX #CE2471 Cerise

📋 copy color: '#CE2471'

red 206 ◦ green 36 ◦ blue 113

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

Shades of Cerise #CE2471

Tints of Cerise #CE2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 58.03%
G = 10.14%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2471 (or 0xCE2471) is known color: Cerise. HEX triplet: CE, 24 and 71. RGB value is (206,36,113). Sum of RGB (Red+Green+Blue) = 206+36+113=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2471 is #31DB8E. Grayscale: #5F5F5F. Windows color (decimal): -3267471 or 7414990. OLE color: 7414990.

HSL color Cylindrical-coordinate representation of color #CE2471: hue angle of 332.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2471 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 113 -
CMYK 0 0.83 0.45 0.19
HSL 332.82º 0.7% 0.47% -
HSV(B) 332.82º 0.83% 0.81% -
XYZ 29.07 15.58 17.1 -
YUV 95.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 206 36 113 0 0.83 0.45 0.19 332.82 0.7 0.47
Hex CE 24 71 0 53 2D 13 14D 46 2F
Octal 316 44 161 0 123 55 23 515 106 57
Binary 11001110 100100 1110001 0 1010011 101101 10011 101001101 1000110 101111

Color Harmonies of #CE2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2471

Black with #CE2471

Text Example


Text Example

White with #CE2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2471; }

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

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

background-color css

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

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

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

border-color css

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

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

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