Html Css Color HEX #D00C8E Medium Violet Red

📋 copy color: '#D00C8E'

red 208 ◦ green 12 ◦ blue 142

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

Shades of Medium Violet Red #D00C8E

Tints of Medium Violet Red #D00C8E

RGB

 RED value IS 208 (81.64% from 255) = 57.46%

 GREEN value IS 12 (5.08% from 255) = 3.31%

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

R = 57.46%
G = 3.31%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D00C8E (or 0xD00C8E) is known color: Medium Violet Red. HEX triplet: D0, 0C and 8E. RGB value is (208,12,142). Sum of RGB (Red+Green+Blue) = 208+12+142=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00C8E is #2FF371. Grayscale: #555555. Windows color (decimal): -3142514 or 9309392. OLE color: 9309392.

HSL color Cylindrical-coordinate representation of color #D00C8E: hue angle of 320.2º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C8E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 142 -
CMYK 0 0.94 0.32 0.18
HSL 320.2º 0.89% 0.43% -
HSV(B) 320.2º 0.94% 0.82% -
XYZ 31.03 15.63 26.97 -
YUV 85.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 208 12 142 0 0.94 0.32 0.18 320.2 0.89 0.43
Hex D0 C 8E 0 5E 20 12 140 59 2B
Octal 320 14 216 0 136 40 22 500 131 53
Binary 11010000 1100 10001110 0 1011110 100000 10010 101000000 1011001 101011

Color Harmonies of #D00C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C8E

Black with #D00C8E

Text Example


Text Example

White with #D00C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C8E; }

 p { color: rgb(208,12,142); }

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

background-color css

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

 a { background-color: rgb(208,12,142); }

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

border-color css

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

 span { border-color: rgb(208,12,142); }

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