Html Css Color HEX #CE0D98 Medium Violet Red

📋 copy color: '#CE0D98'

red 206 ◦ green 13 ◦ blue 152

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

Shades of Medium Violet Red #CE0D98

Tints of Medium Violet Red #CE0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

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

R = 55.53%
G = 3.5%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE0D98 (or 0xCE0D98) is known color: Medium Violet Red. HEX triplet: CE, 0D and 98. RGB value is (206,13,152). Sum of RGB (Red+Green+Blue) = 206+13+152=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0D98 is #31F267. Grayscale: #565656. Windows color (decimal): -3273320 or 9965006. OLE color: 9965006.

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

Color convert

RGB 206 13 152 -
CMYK 0 0.94 0.26 0.19
HSL 316.79º 0.88% 0.43% -
HSV(B) 316.79º 0.94% 0.81% -
XYZ 31.27 15.68 31.08 -
YUV 86.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 206 13 152 0 0.94 0.26 0.19 316.79 0.88 0.43
Hex CE D 98 0 5E 1A 13 13D 58 2B
Octal 316 15 230 0 136 32 23 475 130 53
Binary 11001110 1101 10011000 0 1011110 11010 10011 100111101 1011000 101011

Color Harmonies of #CE0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D98

Black with #CE0D98

Text Example


Text Example

White with #CE0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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