Html Css Color HEX #C015A2 Medium Violet Red

📋 copy color: '#C015A2'

red 192 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #C015A2

Tints of Medium Violet Red #C015A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.6%

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

R = 51.2%
G = 5.6%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C015A2 (or 0xC015A2) is known color: Medium Violet Red. HEX triplet: C0, 15 and A2. RGB value is (192,21,162). Sum of RGB (Red+Green+Blue) = 192+21+162=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A2 is #3FEA5D. Grayscale: #575757. Windows color (decimal): -4188766 or 10622400. OLE color: 10622400.

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

Color convert

RGB 192 21 162 -
CMYK 0 0.89 0.16 0.25
HSL 310.53º 0.8% 0.42% -
HSV(B) 310.53º 0.89% 0.75% -
XYZ 28.53 14.35 35.45 -
YUV 88.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 192 21 162 0 0.89 0.16 0.25 310.53 0.8 0.42
Hex C0 15 A2 0 59 10 19 137 50 2A
Octal 300 25 242 0 131 20 31 467 120 52
Binary 11000000 10101 10100010 0 1011001 10000 11001 100110111 1010000 101010

Color Harmonies of #C015A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015A2

Black with #C015A2

Text Example


Text Example

White with #C015A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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