Html Css Color HEX #C21FAB Medium Violet Red

📋 copy color: '#C21FAB'

red 194 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #C21FAB

Tints of Medium Violet Red #C21FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 48.99%
G = 7.83%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C21FAB (or 0xC21FAB) is known color: Medium Violet Red. HEX triplet: C2, 1F and AB. RGB value is (194,31,171). Sum of RGB (Red+Green+Blue) = 194+31+171=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FAB is #3DE054. Grayscale: #5F5F5F. Windows color (decimal): -4055125 or 11214786. OLE color: 11214786.

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

Color convert

RGB 194 31 171 -
CMYK 0 0.84 0.12 0.24
HSL 308.47º 0.72% 0.44% -
HSV(B) 308.47º 0.84% 0.76% -
XYZ 30.09 15.39 39.91 -
YUV 95.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 194 31 171 0 0.84 0.12 0.24 308.47 0.72 0.44
Hex C2 1F AB 0 54 C 18 134 48 2C
Octal 302 37 253 0 124 14 30 464 110 54
Binary 11000010 11111 10101011 0 1010100 1100 11000 100110100 1001000 101100

Color Harmonies of #C21FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FAB

Black with #C21FAB

Text Example


Text Example

White with #C21FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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