Html Css Color HEX #CE2288 Medium Violet Red

📋 copy color: '#CE2288'

red 206 ◦ green 34 ◦ blue 136

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

Shades of Medium Violet Red #CE2288

Tints of Medium Violet Red #CE2288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.04%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 54.79%
G = 9.04%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE2288 (or 0xCE2288) is known color: Medium Violet Red. HEX triplet: CE, 22 and 88. RGB value is (206,34,136). Sum of RGB (Red+Green+Blue) = 206+34+136=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2288 is #31DD77. Grayscale: #606060. Windows color (decimal): -3267960 or 8921806. OLE color: 8921806.

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

Color convert

RGB 206 34 136 -
CMYK 0 0.83 0.34 0.19
HSL 324.42º 0.72% 0.47% -
HSV(B) 324.42º 0.83% 0.81% -
XYZ 30.47 16.04 24.78 -
YUV 97.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 206 34 136 0 0.83 0.34 0.19 324.42 0.72 0.47
Hex CE 22 88 0 53 22 13 144 48 2F
Octal 316 42 210 0 123 42 23 504 110 57
Binary 11001110 100010 10001000 0 1010011 100010 10011 101000100 1001000 101111

Color Harmonies of #CE2288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2288

Black with #CE2288

Text Example


Text Example

White with #CE2288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2288; }

 p { color: rgb(206,34,136); }

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

background-color css

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

 a { background-color: rgb(206,34,136); }

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

border-color css

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

 span { border-color: rgb(206,34,136); }

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