Html Css Color HEX #C00A8A Medium Violet Red

📋 copy color: '#C00A8A'

red 192 ◦ green 10 ◦ blue 138

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

Shades of Medium Violet Red #C00A8A

Tints of Medium Violet Red #C00A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

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

R = 56.47%
G = 2.94%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C00A8A (or 0xC00A8A) is known color: Medium Violet Red. HEX triplet: C0, 0A and 8A. RGB value is (192,10,138). Sum of RGB (Red+Green+Blue) = 192+10+138=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00A8A is #3FF575. Grayscale: #4E4E4E. Windows color (decimal): -4191606 or 9046720. OLE color: 9046720.

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

Color convert

RGB 192 10 138 -
CMYK 0 0.95 0.28 0.25
HSL 317.8º 0.9% 0.4% -
HSV(B) 317.8º 0.95% 0.75% -
XYZ 26.43 13.26 25.21 -
YUV 79.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 192 10 138 0 0.95 0.28 0.25 317.8 0.9 0.4
Hex C0 A 8A 0 5F 1C 19 13E 5A 28
Octal 300 12 212 0 137 34 31 476 132 50
Binary 11000000 1010 10001010 0 1011111 11100 11001 100111110 1011010 101000

Color Harmonies of #C00A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A8A

Black with #C00A8A

Text Example


Text Example

White with #C00A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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