Html Css Color HEX #C214AA Medium Violet Red

📋 copy color: '#C214AA'

red 194 ◦ green 20 ◦ blue 170

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

Shades of Medium Violet Red #C214AA

Tints of Medium Violet Red #C214AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 50.52%
G = 5.21%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C214AA (or 0xC214AA) is known color: Medium Violet Red. HEX triplet: C2, 14 and AA. RGB value is (194,20,170). Sum of RGB (Red+Green+Blue) = 194+20+170=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AA is #3DEB55. Grayscale: #585858. Windows color (decimal): -4057942 or 11146434. OLE color: 11146434.

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

Color convert

RGB 194 20 170 -
CMYK 0 0.90 0.12 0.24
HSL 308.28º 0.81% 0.42% -
HSV(B) 308.28º 0.9% 0.76% -
XYZ 29.75 14.87 39.33 -
YUV 89.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 194 20 170 0 0.90 0.12 0.24 308.28 0.81 0.42
Hex C2 14 AA 0 5A C 18 134 51 2A
Octal 302 24 252 0 132 14 30 464 121 52
Binary 11000010 10100 10101010 0 1011010 1100 11000 100110100 1010001 101010

Color Harmonies of #C214AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214AA

Black with #C214AA

Text Example


Text Example

White with #C214AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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