Html Css Color HEX #CE2970 Cerise

📋 copy color: '#CE2970'

red 206 ◦ green 41 ◦ blue 112

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

Shades of Cerise #CE2970

Tints of Cerise #CE2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 57.38%
G = 11.42%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2970 (or 0xCE2970) is known color: Cerise. HEX triplet: CE, 29 and 70. RGB value is (206,41,112). Sum of RGB (Red+Green+Blue) = 206+41+112=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2970 is #31D68F. Grayscale: #626262. Windows color (decimal): -3266192 or 7350734. OLE color: 7350734.

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

Color convert

RGB 206 41 112 -
CMYK 0 0.80 0.46 0.19
HSL 334.18º 0.67% 0.48% -
HSV(B) 334.18º 0.8% 0.81% -
XYZ 29.17 15.88 16.86 -
YUV 98.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 206 41 112 0 0.80 0.46 0.19 334.18 0.67 0.48
Hex CE 29 70 0 50 2E 13 14E 43 30
Octal 316 51 160 0 120 56 23 516 103 60
Binary 11001110 101001 1110000 0 1010000 101110 10011 101001110 1000011 110000

Color Harmonies of #CE2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2970

Black with #CE2970

Text Example


Text Example

White with #CE2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2970; }

 p { color: rgb(206,41,112); }

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

background-color css

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

 a { background-color: rgb(206,41,112); }

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

border-color css

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

 span { border-color: rgb(206,41,112); }

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