Html Css Color HEX #CE0D72 Medium Violet Red

📋 copy color: '#CE0D72'

red 206 ◦ green 13 ◦ blue 114

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

Shades of Medium Violet Red #CE0D72

Tints of Medium Violet Red #CE0D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 61.86%
G = 3.9%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE0D72 (or 0xCE0D72) is known color: Medium Violet Red. HEX triplet: CE, 0D and 72. RGB value is (206,13,114). Sum of RGB (Red+Green+Blue) = 206+13+114=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D72 is #31F28D. Grayscale: #525252. Windows color (decimal): -3273358 or 7474638. OLE color: 7474638.

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

Color convert

RGB 206 13 114 -
CMYK 0 0.94 0.45 0.19
HSL 328.6º 0.88% 0.43% -
HSV(B) 328.6º 0.94% 0.81% -
XYZ 28.63 14.62 17.23 -
YUV 82.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 206 13 114 0 0.94 0.45 0.19 328.6 0.88 0.43
Hex CE D 72 0 5E 2D 13 149 58 2B
Octal 316 15 162 0 136 55 23 511 130 53
Binary 11001110 1101 1110010 0 1011110 101101 10011 101001001 1011000 101011

Color Harmonies of #CE0D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D72

Black with #CE0D72

Text Example


Text Example

White with #CE0D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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