Html Css Color HEX #CD0E8E Medium Violet Red

📋 copy color: '#CD0E8E'

red 205 ◦ green 14 ◦ blue 142

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

Shades of Medium Violet Red #CD0E8E

Tints of Medium Violet Red #CD0E8E

RGB

 RED value IS 205 (80.47% from 255) = 56.79%

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

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 56.79%
G = 3.88%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD0E8E (or 0xCD0E8E) is known color: Medium Violet Red. HEX triplet: CD, 0E and 8E. RGB value is (205,14,142). Sum of RGB (Red+Green+Blue) = 205+14+142=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0E8E is #32F171. Grayscale: #555555. Windows color (decimal): -3338610 or 9309901. OLE color: 9309901.

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

Color convert

RGB 205 14 142 -
CMYK 0 0.93 0.31 0.20
HSL 319.79º 0.87% 0.43% -
HSV(B) 319.79º 0.93% 0.8% -
XYZ 30.22 15.25 26.94 -
YUV 85.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 205 14 142 0 0.93 0.31 0.20 319.79 0.87 0.43
Hex CD E 8E 0 5D 1F 14 140 57 2B
Octal 315 16 216 0 135 37 24 500 127 53
Binary 11001101 1110 10001110 0 1011101 11111 10100 101000000 1010111 101011

Color Harmonies of #CD0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0E8E

Black with #CD0E8E

Text Example


Text Example

White with #CD0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0E8E; }

 p { color: rgb(205,14,142); }

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

background-color css

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

 a { background-color: rgb(205,14,142); }

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

border-color css

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

 span { border-color: rgb(205,14,142); }

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