Html Css Color HEX #CE0E98 Medium Violet Red

📋 copy color: '#CE0E98'

red 206 ◦ green 14 ◦ blue 152

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

Shades of Medium Violet Red #CE0E98

Tints of Medium Violet Red #CE0E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.76%

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 55.38%
G = 3.76%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE0E98 (or 0xCE0E98) is known color: Medium Violet Red. HEX triplet: CE, 0E and 98. RGB value is (206,14,152). Sum of RGB (Red+Green+Blue) = 206+14+152=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E98 is #31F167. Grayscale: #565656. Windows color (decimal): -3273064 or 9965262. OLE color: 9965262.

HSL color Cylindrical-coordinate representation of color #CE0E98: hue angle of 316.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0E98 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 14 152 -
CMYK 0 0.93 0.26 0.19
HSL 316.88º 0.87% 0.43% -
HSV(B) 316.88º 0.93% 0.81% -
XYZ 31.28 15.7 31.09 -
YUV 87.14 164.61 212.78 -
System Red Green Blue C M Y K H S L
Decimal 206 14 152 0 0.93 0.26 0.19 316.88 0.87 0.43
Hex CE E 98 0 5D 1A 13 13D 57 2B
Octal 316 16 230 0 135 32 23 475 127 53
Binary 11001110 1110 10011000 0 1011101 11010 10011 100111101 1010111 101011

Color Harmonies of #CE0E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E98

Black with #CE0E98

Text Example


Text Example

White with #CE0E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E98; }

 p { color: rgb(206,14,152); }

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

background-color css

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

 a { background-color: rgb(206,14,152); }

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

border-color css

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

 span { border-color: rgb(206,14,152); }

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