Html Css Color HEX #CE2470 Cerise

📋 copy color: '#CE2470'

red 206 ◦ green 36 ◦ blue 112

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

Shades of Cerise #CE2470

Tints of Cerise #CE2470

RGB

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

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

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

R = 58.19%
G = 10.17%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE2470 (or 0xCE2470) is known color: Cerise. HEX triplet: CE, 24 and 70. RGB value is (206,36,112). Sum of RGB (Red+Green+Blue) = 206+36+112=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2470 is #31DB8F. Grayscale: #5F5F5F. Windows color (decimal): -3267472 or 7349454. OLE color: 7349454.

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

Color convert

RGB 206 36 112 -
CMYK 0 0.83 0.46 0.19
HSL 333.18º 0.7% 0.47% -
HSV(B) 333.18º 0.83% 0.81% -
XYZ 29.01 15.55 16.8 -
YUV 95.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 206 36 112 0 0.83 0.46 0.19 333.18 0.7 0.47
Hex CE 24 70 0 53 2E 13 14D 46 2F
Octal 316 44 160 0 123 56 23 515 106 57
Binary 11001110 100100 1110000 0 1010011 101110 10011 101001101 1000110 101111

Color Harmonies of #CE2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2470

Black with #CE2470

Text Example


Text Example

White with #CE2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2470; }

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

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

background-color css

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

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

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

border-color css

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

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

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