Html Css Color HEX #CE2371 Cerise

📋 copy color: '#CE2371'

red 206 ◦ green 35 ◦ blue 113

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

Shades of Cerise #CE2371

Tints of Cerise #CE2371

RGB

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

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

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

R = 58.19%
G = 9.89%
B = 31.92%

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

#CE2371 (or 0xCE2371) is known color: Cerise. HEX triplet: CE, 23 and 71. RGB value is (206,35,113). Sum of RGB (Red+Green+Blue) = 206+35+113=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2371 is #31DC8E. Grayscale: #5E5E5E. Windows color (decimal): -3267727 or 7414734. OLE color: 7414734.

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

Color convert

RGB 206 35 113 -
CMYK 0 0.83 0.45 0.19
HSL 332.63º 0.71% 0.47% -
HSV(B) 332.63º 0.83% 0.81% -
XYZ 29.04 15.52 17.09 -
YUV 95.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 206 35 113 0 0.83 0.45 0.19 332.63 0.71 0.47
Hex CE 23 71 0 53 2D 13 14D 47 2F
Octal 316 43 161 0 123 55 23 515 107 57
Binary 11001110 100011 1110001 0 1010011 101101 10011 101001101 1000111 101111

Color Harmonies of #CE2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2371

Black with #CE2371

Text Example


Text Example

White with #CE2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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