Html Css Color HEX #CE2370 Cerise

📋 copy color: '#CE2370'

red 206 ◦ green 35 ◦ blue 112

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

Shades of Cerise #CE2370

Tints of Cerise #CE2370

RGB

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

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

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

R = 58.36%
G = 9.92%
B = 31.73%

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

#CE2370 (or 0xCE2370) is known color: Cerise. HEX triplet: CE, 23 and 70. RGB value is (206,35,112). Sum of RGB (Red+Green+Blue) = 206+35+112=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2370 is #31DC8F. Grayscale: #5E5E5E. Windows color (decimal): -3267728 or 7349198. OLE color: 7349198.

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

Color convert

RGB 206 35 112 -
CMYK 0 0.83 0.46 0.19
HSL 332.98º 0.71% 0.47% -
HSV(B) 332.98º 0.83% 0.81% -
XYZ 28.98 15.49 16.79 -
YUV 94.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 206 35 112 0 0.83 0.46 0.19 332.98 0.71 0.47
Hex CE 23 70 0 53 2E 13 14D 47 2F
Octal 316 43 160 0 123 56 23 515 107 57
Binary 11001110 100011 1110000 0 1010011 101110 10011 101001101 1000111 101111

Color Harmonies of #CE2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2370

Black with #CE2370

Text Example


Text Example

White with #CE2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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