Html Css Color HEX #C00D8A Medium Violet Red

📋 copy color: '#C00D8A'

red 192 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #C00D8A

Tints of Medium Violet Red #C00D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 55.98%
G = 3.79%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C00D8A (or 0xC00D8A) is known color: Medium Violet Red. HEX triplet: C0, 0D and 8A. RGB value is (192,13,138). Sum of RGB (Red+Green+Blue) = 192+13+138=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D8A is #3FF275. Grayscale: #505050. Windows color (decimal): -4190838 or 9047488. OLE color: 9047488.

HSL color Cylindrical-coordinate representation of color #C00D8A: hue angle of 318.1º 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 #C00D8A is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 138 -
CMYK 0 0.93 0.28 0.25
HSL 318.1º 0.87% 0.4% -
HSV(B) 318.1º 0.93% 0.75% -
XYZ 26.47 13.33 25.22 -
YUV 80.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 192 13 138 0 0.93 0.28 0.25 318.1 0.87 0.4
Hex C0 D 8A 0 5D 1C 19 13E 57 28
Octal 300 15 212 0 135 34 31 476 127 50
Binary 11000000 1101 10001010 0 1011101 11100 11001 100111110 1010111 101000

Color Harmonies of #C00D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D8A

Black with #C00D8A

Text Example


Text Example

White with #C00D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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