Html Css Color HEX #CE0D90 Medium Violet Red

📋 copy color: '#CE0D90'

red 206 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #CE0D90

Tints of Medium Violet Red #CE0D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 56.75%
G = 3.58%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE0D90 (or 0xCE0D90) is known color: Medium Violet Red. HEX triplet: CE, 0D and 90. RGB value is (206,13,144). Sum of RGB (Red+Green+Blue) = 206+13+144=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0D90 is #31F26F. Grayscale: #555555. Windows color (decimal): -3273328 or 9440718. OLE color: 9440718.

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

Color convert

RGB 206 13 144 -
CMYK 0 0.94 0.30 0.19
HSL 319.27º 0.88% 0.43% -
HSV(B) 319.27º 0.94% 0.81% -
XYZ 30.63 15.42 27.75 -
YUV 85.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 206 13 144 0 0.94 0.30 0.19 319.27 0.88 0.43
Hex CE D 90 0 5E 1E 13 13F 58 2B
Octal 316 15 220 0 136 36 23 477 130 53
Binary 11001110 1101 10010000 0 1011110 11110 10011 100111111 1011000 101011

Color Harmonies of #CE0D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D90

Black with #CE0D90

Text Example


Text Example

White with #CE0D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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