Html Css Color HEX #C214A2 Medium Violet Red

📋 copy color: '#C214A2'

red 194 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #C214A2

Tints of Medium Violet Red #C214A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.09%

R = 51.6%
G = 5.32%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C214A2 (or 0xC214A2) is known color: Medium Violet Red. HEX triplet: C2, 14 and A2. RGB value is (194,20,162). Sum of RGB (Red+Green+Blue) = 194+20+162=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C214A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214A2 is #3DEB5D. Grayscale: #575757. Windows color (decimal): -4057950 or 10622146. OLE color: 10622146.

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

Color convert

RGB 194 20 162 -
CMYK 0 0.90 0.16 0.24
HSL 311.03º 0.81% 0.42% -
HSV(B) 311.03º 0.9% 0.76% -
XYZ 29.02 14.58 35.47 -
YUV 88.21 169.65 203.45 -
System Red Green Blue C M Y K H S L
Decimal 194 20 162 0 0.90 0.16 0.24 311.03 0.81 0.42
Hex C2 14 A2 0 5A 10 18 137 51 2A
Octal 302 24 242 0 132 20 30 467 121 52
Binary 11000010 10100 10100010 0 1011010 10000 11000 100110111 1010001 101010

Color Harmonies of #C214A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214A2

Black with #C214A2

Text Example


Text Example

White with #C214A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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