Html Css Color HEX #C213A1 Medium Violet Red

📋 copy color: '#C213A1'

red 194 ◦ green 19 ◦ blue 161

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

Shades of Medium Violet Red #C213A1

Tints of Medium Violet Red #C213A1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.08%

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 51.87%
G = 5.08%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C213A1 (or 0xC213A1) is known color: Medium Violet Red. HEX triplet: C2, 13 and A1. RGB value is (194,19,161). Sum of RGB (Red+Green+Blue) = 194+19+161=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C213A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C213A1 is #3DEC5E. Grayscale: #575757. Windows color (decimal): -4058207 or 10556354. OLE color: 10556354.

HSL color Cylindrical-coordinate representation of color #C213A1: hue angle of 311.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C213A1 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 161 -
CMYK 0 0.90 0.17 0.24
HSL 311.31º 0.82% 0.42% -
HSV(B) 311.31º 0.9% 0.76% -
XYZ 28.91 14.51 34.99 -
YUV 87.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 194 19 161 0 0.90 0.17 0.24 311.31 0.82 0.42
Hex C2 13 A1 0 5A 11 18 137 52 2A
Octal 302 23 241 0 132 21 30 467 122 52
Binary 11000010 10011 10100001 0 1011010 10001 11000 100110111 1010010 101010

Color Harmonies of #C213A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213A1

Black with #C213A1

Text Example


Text Example

White with #C213A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213A1; }

 p { color: rgb(194,19,161); }

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

background-color css

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

 a { background-color: rgb(194,19,161); }

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

border-color css

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

 span { border-color: rgb(194,19,161); }

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