Html Css Color HEX #C21FA5 Medium Violet Red

📋 copy color: '#C21FA5'

red 194 ◦ green 31 ◦ blue 165

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

Shades of Medium Violet Red #C21FA5

Tints of Medium Violet Red #C21FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 49.74%
G = 7.95%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C21FA5 (or 0xC21FA5) is known color: Medium Violet Red. HEX triplet: C2, 1F and A5. RGB value is (194,31,165). Sum of RGB (Red+Green+Blue) = 194+31+165=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA5 is #3DE05A. Grayscale: #5E5E5E. Windows color (decimal): -4055131 or 10821570. OLE color: 10821570.

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

Color convert

RGB 194 31 165 -
CMYK 0 0.84 0.15 0.24
HSL 310.67º 0.72% 0.44% -
HSV(B) 310.67º 0.84% 0.76% -
XYZ 29.53 15.17 36.97 -
YUV 95.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 194 31 165 0 0.84 0.15 0.24 310.67 0.72 0.44
Hex C2 1F A5 0 54 F 18 137 48 2C
Octal 302 37 245 0 124 17 30 467 110 54
Binary 11000010 11111 10100101 0 1010100 1111 11000 100110111 1001000 101100

Color Harmonies of #C21FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FA5

Black with #C21FA5

Text Example


Text Example

White with #C21FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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