Html Css Color HEX #C21FA8 Medium Violet Red

📋 copy color: '#C21FA8'

red 194 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #C21FA8

Tints of Medium Violet Red #C21FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 49.36%
G = 7.89%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C21FA8 (or 0xC21FA8) is known color: Medium Violet Red. HEX triplet: C2, 1F and A8. RGB value is (194,31,168). Sum of RGB (Red+Green+Blue) = 194+31+168=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA8 is #3DE057. Grayscale: #5E5E5E. Windows color (decimal): -4055128 or 11018178. OLE color: 11018178.

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

Color convert

RGB 194 31 168 -
CMYK 0 0.84 0.13 0.24
HSL 309.57º 0.72% 0.44% -
HSV(B) 309.57º 0.84% 0.76% -
XYZ 29.81 15.28 38.42 -
YUV 95.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 194 31 168 0 0.84 0.13 0.24 309.57 0.72 0.44
Hex C2 1F A8 0 54 D 18 136 48 2C
Octal 302 37 250 0 124 15 30 466 110 54
Binary 11000010 11111 10101000 0 1010100 1101 11000 100110110 1001000 101100

Color Harmonies of #C21FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FA8

Black with #C21FA8

Text Example


Text Example

White with #C21FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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