Html Css Color HEX #C210A6 Medium Violet Red

📋 copy color: '#C210A6'

red 194 ◦ green 16 ◦ blue 166

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

Shades of Medium Violet Red #C210A6

Tints of Medium Violet Red #C210A6

RGB

 RED value IS 194 (76.17% from 255) = 51.6%

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 51.6%
G = 4.26%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C210A6 (or 0xC210A6) is known color: Medium Violet Red. HEX triplet: C2, 10 and A6. RGB value is (194,16,166). Sum of RGB (Red+Green+Blue) = 194+16+166=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C210A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210A6 is #3DEF59. Grayscale: #555555. Windows color (decimal): -4058970 or 10883266. OLE color: 10883266.

HSL color Cylindrical-coordinate representation of color #C210A6: hue angle of 309.44º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210A6 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 166 -
CMYK 0 0.92 0.14 0.24
HSL 309.44º 0.85% 0.41% -
HSV(B) 309.44º 0.92% 0.76% -
XYZ 29.32 14.59 37.35 -
YUV 86.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 194 16 166 0 0.92 0.14 0.24 309.44 0.85 0.41
Hex C2 10 A6 0 5C E 18 135 55 29
Octal 302 20 246 0 134 16 30 465 125 51
Binary 11000010 10000 10100110 0 1011100 1110 11000 100110101 1010101 101001

Color Harmonies of #C210A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210A6

Black with #C210A6

Text Example


Text Example

White with #C210A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210A6; }

 p { color: rgb(194,16,166); }

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

background-color css

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

 a { background-color: rgb(194,16,166); }

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

border-color css

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

 span { border-color: rgb(194,16,166); }

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