Html Css Color HEX #C21AAB Medium Violet Red

📋 copy color: '#C21AAB'

red 194 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C21AAB

Tints of Medium Violet Red #C21AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

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

R = 49.62%
G = 6.65%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C21AAB (or 0xC21AAB) is known color: Medium Violet Red. HEX triplet: C2, 1A and AB. RGB value is (194,26,171). Sum of RGB (Red+Green+Blue) = 194+26+171=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AAB is #3DE554. Grayscale: #5C5C5C. Windows color (decimal): -4056405 or 11213506. OLE color: 11213506.

HSL color Cylindrical-coordinate representation of color #C21AAB: hue angle of 308.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21AAB is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 171 -
CMYK 0 0.87 0.12 0.24
HSL 308.21º 0.76% 0.43% -
HSV(B) 308.21º 0.87% 0.76% -
XYZ 29.97 15.15 39.87 -
YUV 92.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 194 26 171 0 0.87 0.12 0.24 308.21 0.76 0.43
Hex C2 1A AB 0 57 C 18 134 4C 2B
Octal 302 32 253 0 127 14 30 464 114 53
Binary 11000010 11010 10101011 0 1010111 1100 11000 100110100 1001100 101011

Color Harmonies of #C21AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AAB

Black with #C21AAB

Text Example


Text Example

White with #C21AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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