Html Css Color HEX #CE2A71 Cerise

📋 copy color: '#CE2A71'

red 206 ◦ green 42 ◦ blue 113

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

Shades of Cerise #CE2A71

Tints of Cerise #CE2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

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

R = 57.06%
G = 11.63%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE2A71 (or 0xCE2A71) is known color: Cerise. HEX triplet: CE, 2A and 71. RGB value is (206,42,113). Sum of RGB (Red+Green+Blue) = 206+42+113=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A71 is #31D58E. Grayscale: #636363. Windows color (decimal): -3265935 or 7416526. OLE color: 7416526.

HSL color Cylindrical-coordinate representation of color #CE2A71: hue angle of 334.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A71 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 113 -
CMYK 0 0.80 0.45 0.19
HSL 334.02º 0.66% 0.49% -
HSV(B) 334.02º 0.8% 0.81% -
XYZ 29.26 15.97 17.16 -
YUV 99.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 206 42 113 0 0.80 0.45 0.19 334.02 0.66 0.49
Hex CE 2A 71 0 50 2D 13 14E 42 31
Octal 316 52 161 0 120 55 23 516 102 61
Binary 11001110 101010 1110001 0 1010000 101101 10011 101001110 1000010 110001

Color Harmonies of #CE2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A71

Black with #CE2A71

Text Example


Text Example

White with #CE2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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