Html Css Color HEX #CE0E9D Medium Violet Red

📋 copy color: '#CE0E9D'

red 206 ◦ green 14 ◦ blue 157

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

Shades of Medium Violet Red #CE0E9D

Tints of Medium Violet Red #CE0E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 54.64%
G = 3.71%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE0E9D (or 0xCE0E9D) is known color: Medium Violet Red. HEX triplet: CE, 0E and 9D. RGB value is (206,14,157). Sum of RGB (Red+Green+Blue) = 206+14+157=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0E9D is #31F162. Grayscale: #575757. Windows color (decimal): -3273059 or 10292942. OLE color: 10292942.

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

Color convert

RGB 206 14 157 -
CMYK 0 0.93 0.24 0.19
HSL 315.31º 0.87% 0.43% -
HSV(B) 315.31º 0.93% 0.81% -
XYZ 31.7 15.87 33.29 -
YUV 87.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 206 14 157 0 0.93 0.24 0.19 315.31 0.87 0.43
Hex CE E 9D 0 5D 18 13 13B 57 2B
Octal 316 16 235 0 135 30 23 473 127 53
Binary 11001110 1110 10011101 0 1011101 11000 10011 100111011 1010111 101011

Color Harmonies of #CE0E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0E9D

Black with #CE0E9D

Text Example


Text Example

White with #CE0E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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