Html Css Color HEX #C000A2 Medium Violet Red

📋 copy color: '#C000A2'

red 192 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #C000A2

Tints of Medium Violet Red #C000A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 54.24%
G = 0%
B = 45.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C000A2 (or 0xC000A2) is known color: Medium Violet Red. HEX triplet: C0, 00 and A2. RGB value is (192,0,162). Sum of RGB (Red+Green+Blue) = 192+0+162=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A2 is #3FFF5D. Grayscale: #4B4B4B. Windows color (decimal): -4194142 or 10617024. OLE color: 10617024.

HSL color Cylindrical-coordinate representation of color #C000A2: hue angle of 309.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000A2 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 162 -
CMYK 0 1 0.16 0.25
HSL 309.38º 1% 0.38% -
HSV(B) 309.38º 1% 0.75% -
XYZ 28.26 13.82 35.36 -
YUV 75.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 192 0 162 0 1 0.16 0.25 309.38 1 0.38
Hex C0 0 A2 0 64 10 19 135 64 26
Octal 300 0 242 0 144 20 31 465 144 46
Binary 11000000 0 10100010 0 1100100 10000 11001 100110101 1100100 100110

Color Harmonies of #C000A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000A2

Black with #C000A2

Text Example


Text Example

White with #C000A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000A2; }

 p { color: rgb(192,0,162); }

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

background-color css

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

 a { background-color: rgb(192,0,162); }

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

border-color css

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

 span { border-color: rgb(192,0,162); }

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