Html Css Color HEX #C21BAB Medium Violet Red

📋 copy color: '#C21BAB'

red 194 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #C21BAB

Tints of Medium Violet Red #C21BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

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

R = 49.49%
G = 6.89%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C21BAB (or 0xC21BAB) is known color: Medium Violet Red. HEX triplet: C2, 1B and AB. RGB value is (194,27,171). Sum of RGB (Red+Green+Blue) = 194+27+171=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BAB is #3DE454. Grayscale: #5C5C5C. Windows color (decimal): -4056149 or 11213762. OLE color: 11213762.

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

Color convert

RGB 194 27 171 -
CMYK 0 0.86 0.12 0.24
HSL 308.26º 0.76% 0.43% -
HSV(B) 308.26º 0.86% 0.76% -
XYZ 29.99 15.19 39.88 -
YUV 93.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 194 27 171 0 0.86 0.12 0.24 308.26 0.76 0.43
Hex C2 1B AB 0 56 C 18 134 4C 2B
Octal 302 33 253 0 126 14 30 464 114 53
Binary 11000010 11011 10101011 0 1010110 1100 11000 100110100 1001100 101011

Color Harmonies of #C21BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BAB

Black with #C21BAB

Text Example


Text Example

White with #C21BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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