Html Css Color HEX #C00D7A Medium Violet Red

📋 copy color: '#C00D7A'

red 192 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #C00D7A

Tints of Medium Violet Red #C00D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 58.72%
G = 3.98%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C00D7A (or 0xC00D7A) is known color: Medium Violet Red. HEX triplet: C0, 0D and 7A. RGB value is (192,13,122). Sum of RGB (Red+Green+Blue) = 192+13+122=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D7A is #3FF285. Grayscale: #4E4E4E. Windows color (decimal): -4190854 or 7998912. OLE color: 7998912.

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

Color convert

RGB 192 13 122 -
CMYK 0 0.93 0.36 0.25
HSL 323.46º 0.87% 0.4% -
HSV(B) 323.46º 0.93% 0.75% -
XYZ 25.4 12.9 19.56 -
YUV 78.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 192 13 122 0 0.93 0.36 0.25 323.46 0.87 0.4
Hex C0 D 7A 0 5D 24 19 143 57 28
Octal 300 15 172 0 135 44 31 503 127 50
Binary 11000000 1101 1111010 0 1011101 100100 11001 101000011 1010111 101000

Color Harmonies of #C00D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D7A

Black with #C00D7A

Text Example


Text Example

White with #C00D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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