Html Css Color HEX #C00D8D Medium Violet Red

📋 copy color: '#C00D8D'

red 192 ◦ green 13 ◦ blue 141

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

Shades of Medium Violet Red #C00D8D

Tints of Medium Violet Red #C00D8D

RGB

 RED value IS 192 (75.39% from 255) = 55.49%

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 55.49%
G = 3.76%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C00D8D (or 0xC00D8D) is known color: Medium Violet Red. HEX triplet: C0, 0D and 8D. RGB value is (192,13,141). Sum of RGB (Red+Green+Blue) = 192+13+141=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D8D is #3FF272. Grayscale: #505050. Windows color (decimal): -4190835 or 9244096. OLE color: 9244096.

HSL color Cylindrical-coordinate representation of color #C00D8D: hue angle of 317.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D8D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 141 -
CMYK 0 0.93 0.27 0.25
HSL 317.1º 0.87% 0.4% -
HSV(B) 317.1º 0.93% 0.75% -
XYZ 26.69 13.42 26.38 -
YUV 81.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 192 13 141 0 0.93 0.27 0.25 317.1 0.87 0.4
Hex C0 D 8D 0 5D 1B 19 13D 57 28
Octal 300 15 215 0 135 33 31 475 127 50
Binary 11000000 1101 10001101 0 1011101 11011 11001 100111101 1010111 101000

Color Harmonies of #C00D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D8D

Black with #C00D8D

Text Example


Text Example

White with #C00D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D8D; }

 p { color: rgb(192,13,141); }

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

background-color css

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

 a { background-color: rgb(192,13,141); }

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

border-color css

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

 span { border-color: rgb(192,13,141); }

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