Html Css Color HEX #C21BA0 Medium Violet Red

📋 copy color: '#C21BA0'

red 194 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #C21BA0

Tints of Medium Violet Red #C21BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 50.92%
G = 7.09%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C21BA0 (or 0xC21BA0) is known color: Medium Violet Red. HEX triplet: C2, 1B and A0. RGB value is (194,27,160). Sum of RGB (Red+Green+Blue) = 194+27+160=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BA0 is #3DE45F. Grayscale: #5B5B5B. Windows color (decimal): -4056160 or 10492866. OLE color: 10492866.

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

Color convert

RGB 194 27 160 -
CMYK 0 0.86 0.18 0.24
HSL 312.22º 0.76% 0.43% -
HSV(B) 312.22º 0.86% 0.76% -
XYZ 28.99 14.79 34.59 -
YUV 92.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 194 27 160 0 0.86 0.18 0.24 312.22 0.76 0.43
Hex C2 1B A0 0 56 12 18 138 4C 2B
Octal 302 33 240 0 126 22 30 470 114 53
Binary 11000010 11011 10100000 0 1010110 10010 11000 100111000 1001100 101011

Color Harmonies of #C21BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BA0

Black with #C21BA0

Text Example


Text Example

White with #C21BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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