Html Css Color HEX #C21FA7 Medium Violet Red

📋 copy color: '#C21FA7'

red 194 ◦ green 31 ◦ blue 167

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

Shades of Medium Violet Red #C21FA7

Tints of Medium Violet Red #C21FA7

RGB

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

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

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

R = 49.49%
G = 7.91%
B = 42.6%

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

#C21FA7 (or 0xC21FA7) is known color: Medium Violet Red. HEX triplet: C2, 1F and A7. RGB value is (194,31,167). Sum of RGB (Red+Green+Blue) = 194+31+167=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA7 is #3DE058. Grayscale: #5E5E5E. Windows color (decimal): -4055129 or 10952642. OLE color: 10952642.

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

Color convert

RGB 194 31 167 -
CMYK 0 0.84 0.14 0.24
HSL 309.94º 0.72% 0.44% -
HSV(B) 309.94º 0.84% 0.76% -
XYZ 29.71 15.24 37.93 -
YUV 95.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 194 31 167 0 0.84 0.14 0.24 309.94 0.72 0.44
Hex C2 1F A7 0 54 E 18 136 48 2C
Octal 302 37 247 0 124 16 30 466 110 54
Binary 11000010 11111 10100111 0 1010100 1110 11000 100110110 1001000 101100

Color Harmonies of #C21FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FA7

Black with #C21FA7

Text Example


Text Example

White with #C21FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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