Html Css Color HEX #C21FAC Medium Violet Red

📋 copy color: '#C21FAC'

red 194 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #C21FAC

Tints of Medium Violet Red #C21FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 48.87%
G = 7.81%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C21FAC (or 0xC21FAC) is known color: Medium Violet Red. HEX triplet: C2, 1F and AC. RGB value is (194,31,172). Sum of RGB (Red+Green+Blue) = 194+31+172=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FAC is #3DE053. Grayscale: #5F5F5F. Windows color (decimal): -4055124 or 11280322. OLE color: 11280322.

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

Color convert

RGB 194 31 172 -
CMYK 0 0.84 0.11 0.24
HSL 308.1º 0.72% 0.44% -
HSV(B) 308.1º 0.84% 0.76% -
XYZ 30.18 15.43 40.42 -
YUV 95.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 194 31 172 0 0.84 0.11 0.24 308.1 0.72 0.44
Hex C2 1F AC 0 54 B 18 134 48 2C
Octal 302 37 254 0 124 13 30 464 110 54
Binary 11000010 11111 10101100 0 1010100 1011 11000 100110100 1001000 101100

Color Harmonies of #C21FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FAC

Black with #C21FAC

Text Example


Text Example

White with #C21FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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