Html Css Color HEX #C21CA6 Medium Violet Red

📋 copy color: '#C21CA6'

red 194 ◦ green 28 ◦ blue 166

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

Shades of Medium Violet Red #C21CA6

Tints of Medium Violet Red #C21CA6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 50%
G = 7.22%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C21CA6 (or 0xC21CA6) is known color: Medium Violet Red. HEX triplet: C2, 1C and A6. RGB value is (194,28,166). Sum of RGB (Red+Green+Blue) = 194+28+166=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21CA6 is #3DE359. Grayscale: #5C5C5C. Windows color (decimal): -4055898 or 10886338. OLE color: 10886338.

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

Color convert

RGB 194 28 166 -
CMYK 0 0.86 0.14 0.24
HSL 310.12º 0.75% 0.44% -
HSV(B) 310.12º 0.86% 0.76% -
XYZ 29.55 15.05 37.42 -
YUV 93.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 194 28 166 0 0.86 0.14 0.24 310.12 0.75 0.44
Hex C2 1C A6 0 56 E 18 136 4B 2C
Octal 302 34 246 0 126 16 30 466 113 54
Binary 11000010 11100 10100110 0 1010110 1110 11000 100110110 1001011 101100

Color Harmonies of #C21CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CA6

Black with #C21CA6

Text Example


Text Example

White with #C21CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CA6; }

 p { color: rgb(194,28,166); }

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

background-color css

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

 a { background-color: rgb(194,28,166); }

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

border-color css

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

 span { border-color: rgb(194,28,166); }

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