Html Css Color HEX #C014A2 Medium Violet Red

📋 copy color: '#C014A2'

red 192 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #C014A2

Tints of Medium Violet Red #C014A2

RGB

 RED value IS 192 (75.39% from 255) = 51.34%

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

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

R = 51.34%
G = 5.35%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C014A2 (or 0xC014A2) is known color: Medium Violet Red. HEX triplet: C0, 14 and A2. RGB value is (192,20,162). Sum of RGB (Red+Green+Blue) = 192+20+162=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C014A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014A2 is #3FEB5D. Grayscale: #575757. Windows color (decimal): -4189022 or 10622144. OLE color: 10622144.

HSL color Cylindrical-coordinate representation of color #C014A2: hue angle of 310.47º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014A2 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 162 -
CMYK 0 0.90 0.16 0.25
HSL 310.47º 0.81% 0.42% -
HSV(B) 310.47º 0.9% 0.75% -
XYZ 28.51 14.32 35.44 -
YUV 87.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 192 20 162 0 0.90 0.16 0.25 310.47 0.81 0.42
Hex C0 14 A2 0 5A 10 19 136 51 2A
Octal 300 24 242 0 132 20 31 466 121 52
Binary 11000000 10100 10100010 0 1011010 10000 11001 100110110 1010001 101010

Color Harmonies of #C014A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014A2

Black with #C014A2

Text Example


Text Example

White with #C014A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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