Html Css Color HEX #C210A7 Medium Violet Red

📋 copy color: '#C210A7'

red 194 ◦ green 16 ◦ blue 167

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

Shades of Medium Violet Red #C210A7

Tints of Medium Violet Red #C210A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 51.46%
G = 4.24%
B = 44.3%

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

#C210A7 (or 0xC210A7) is known color: Medium Violet Red. HEX triplet: C2, 10 and A7. RGB value is (194,16,167). Sum of RGB (Red+Green+Blue) = 194+16+167=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C210A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210A7 is #3DEF58. Grayscale: #565656. Windows color (decimal): -4058969 or 10948802. OLE color: 10948802.

HSL color Cylindrical-coordinate representation of color #C210A7: hue angle of 309.1º 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 #C210A7 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 167 -
CMYK 0 0.92 0.14 0.24
HSL 309.1º 0.85% 0.41% -
HSV(B) 309.1º 0.92% 0.76% -
XYZ 29.41 14.63 37.83 -
YUV 86.44 173.47 204.72 -
System Red Green Blue C M Y K H S L
Decimal 194 16 167 0 0.92 0.14 0.24 309.1 0.85 0.41
Hex C2 10 A7 0 5C E 18 135 55 29
Octal 302 20 247 0 134 16 30 465 125 51
Binary 11000010 10000 10100111 0 1011100 1110 11000 100110101 1010101 101001

Color Harmonies of #C210A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210A7

Black with #C210A7

Text Example


Text Example

White with #C210A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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