Html Css Color HEX #CE2D70 Cerise

📋 copy color: '#CE2D70'

red 206 ◦ green 45 ◦ blue 112

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

Shades of Cerise #CE2D70

Tints of Cerise #CE2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

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

R = 56.75%
G = 12.4%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2D70 (or 0xCE2D70) is known color: Cerise. HEX triplet: CE, 2D and 70. RGB value is (206,45,112). Sum of RGB (Red+Green+Blue) = 206+45+112=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D70 is #31D28F. Grayscale: #646464. Windows color (decimal): -3265168 or 7351758. OLE color: 7351758.

HSL color Cylindrical-coordinate representation of color #CE2D70: hue angle of 335.03º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2D70 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 112 -
CMYK 0 0.78 0.46 0.19
HSL 335.03º 0.64% 0.49% -
HSV(B) 335.03º 0.78% 0.81% -
XYZ 29.32 16.17 16.9 -
YUV 100.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 206 45 112 0 0.78 0.46 0.19 335.03 0.64 0.49
Hex CE 2D 70 0 4E 2E 13 14F 40 31
Octal 316 55 160 0 116 56 23 517 100 61
Binary 11001110 101101 1110000 0 1001110 101110 10011 101001111 1000000 110001

Color Harmonies of #CE2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D70

Black with #CE2D70

Text Example


Text Example

White with #CE2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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