Html Css Color HEX #C21FA6 Medium Violet Red

📋 copy color: '#C21FA6'

red 194 ◦ green 31 ◦ blue 166

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

Shades of Medium Violet Red #C21FA6

Tints of Medium Violet Red #C21FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

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

R = 49.62%
G = 7.93%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C21FA6 (or 0xC21FA6) is known color: Medium Violet Red. HEX triplet: C2, 1F and A6. RGB value is (194,31,166). Sum of RGB (Red+Green+Blue) = 194+31+166=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA6 is #3DE059. Grayscale: #5E5E5E. Windows color (decimal): -4055130 or 10887106. OLE color: 10887106.

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

Color convert

RGB 194 31 166 -
CMYK 0 0.84 0.14 0.24
HSL 310.31º 0.72% 0.44% -
HSV(B) 310.31º 0.84% 0.76% -
XYZ 29.62 15.2 37.45 -
YUV 95.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 194 31 166 0 0.84 0.14 0.24 310.31 0.72 0.44
Hex C2 1F A6 0 54 E 18 136 48 2C
Octal 302 37 246 0 124 16 30 466 110 54
Binary 11000010 11111 10100110 0 1010100 1110 11000 100110110 1001000 101100

Color Harmonies of #C21FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FA6

Black with #C21FA6

Text Example


Text Example

White with #C21FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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