Html Css Color HEX #C21CA3 Medium Violet Red

📋 copy color: '#C21CA3'

red 194 ◦ green 28 ◦ blue 163

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

Shades of Medium Violet Red #C21CA3

Tints of Medium Violet Red #C21CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 50.39%
G = 7.27%
B = 42.34%

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

#C21CA3 (or 0xC21CA3) is known color: Medium Violet Red. HEX triplet: C2, 1C and A3. RGB value is (194,28,163). Sum of RGB (Red+Green+Blue) = 194+28+163=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C21CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21CA3 is #3DE35C. Grayscale: #5C5C5C. Windows color (decimal): -4055901 or 10689730. OLE color: 10689730.

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

Color convert

RGB 194 28 163 -
CMYK 0 0.86 0.16 0.24
HSL 311.2º 0.75% 0.44% -
HSV(B) 311.2º 0.86% 0.76% -
XYZ 29.27 14.94 35.99 -
YUV 93.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 194 28 163 0 0.86 0.16 0.24 311.2 0.75 0.44
Hex C2 1C A3 0 56 10 18 137 4B 2C
Octal 302 34 243 0 126 20 30 467 113 54
Binary 11000010 11100 10100011 0 1010110 10000 11000 100110111 1001011 101100

Color Harmonies of #C21CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CA3

Black with #C21CA3

Text Example


Text Example

White with #C21CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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