Html Css Color HEX #C210A4 Medium Violet Red

📋 copy color: '#C210A4'

red 194 ◦ green 16 ◦ blue 164

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

Shades of Medium Violet Red #C210A4

Tints of Medium Violet Red #C210A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 51.87%
G = 4.28%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C210A4 (or 0xC210A4) is known color: Medium Violet Red. HEX triplet: C2, 10 and A4. RGB value is (194,16,164). Sum of RGB (Red+Green+Blue) = 194+16+164=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C210A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210A4 is #3DEF5B. Grayscale: #555555. Windows color (decimal): -4058972 or 10752194. OLE color: 10752194.

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

Color convert

RGB 194 16 164 -
CMYK 0 0.92 0.15 0.24
HSL 310.11º 0.85% 0.41% -
HSV(B) 310.11º 0.92% 0.76% -
XYZ 29.13 14.52 36.39 -
YUV 86.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 194 16 164 0 0.92 0.15 0.24 310.11 0.85 0.41
Hex C2 10 A4 0 5C F 18 136 55 29
Octal 302 20 244 0 134 17 30 466 125 51
Binary 11000010 10000 10100100 0 1011100 1111 11000 100110110 1010101 101001

Color Harmonies of #C210A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210A4

Black with #C210A4

Text Example


Text Example

White with #C210A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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