Html Css Color HEX #C21BA2 Medium Violet Red

📋 copy color: '#C21BA2'

red 194 ◦ green 27 ◦ blue 162

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

Shades of Medium Violet Red #C21BA2

Tints of Medium Violet Red #C21BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 50.65%
G = 7.05%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C21BA2 (or 0xC21BA2) is known color: Medium Violet Red. HEX triplet: C2, 1B and A2. RGB value is (194,27,162). Sum of RGB (Red+Green+Blue) = 194+27+162=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21BA2 is #3DE45D. Grayscale: #5B5B5B. Windows color (decimal): -4056158 or 10623938. OLE color: 10623938.

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

Color convert

RGB 194 27 162 -
CMYK 0 0.86 0.16 0.24
HSL 311.5º 0.76% 0.43% -
HSV(B) 311.5º 0.86% 0.76% -
XYZ 29.16 14.86 35.51 -
YUV 92.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 194 27 162 0 0.86 0.16 0.24 311.5 0.76 0.43
Hex C2 1B A2 0 56 10 18 137 4C 2B
Octal 302 33 242 0 126 20 30 467 114 53
Binary 11000010 11011 10100010 0 1010110 10000 11000 100110111 1001100 101011

Color Harmonies of #C21BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BA2

Black with #C21BA2

Text Example


Text Example

White with #C21BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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