Html Css Color HEX #C214A0 Medium Violet Red

📋 copy color: '#C214A0'

red 194 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #C214A0

Tints of Medium Violet Red #C214A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

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

R = 51.87%
G = 5.35%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C214A0 (or 0xC214A0) is known color: Medium Violet Red. HEX triplet: C2, 14 and A0. RGB value is (194,20,160). Sum of RGB (Red+Green+Blue) = 194+20+160=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C214A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214A0 is #3DEB5F. Grayscale: #575757. Windows color (decimal): -4057952 or 10491074. OLE color: 10491074.

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

Color convert

RGB 194 20 160 -
CMYK 0 0.90 0.18 0.24
HSL 311.72º 0.81% 0.42% -
HSV(B) 311.72º 0.9% 0.76% -
XYZ 28.84 14.51 34.54 -
YUV 87.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 194 20 160 0 0.90 0.18 0.24 311.72 0.81 0.42
Hex C2 14 A0 0 5A 12 18 138 51 2A
Octal 302 24 240 0 132 22 30 470 121 52
Binary 11000010 10100 10100000 0 1011010 10010 11000 100111000 1010001 101010

Color Harmonies of #C214A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214A0

Black with #C214A0

Text Example


Text Example

White with #C214A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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