Html Css Color HEX #C015A1 Medium Violet Red

📋 copy color: '#C015A1'

red 192 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #C015A1

Tints of Medium Violet Red #C015A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 51.34%
G = 5.61%
B = 43.05%

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

#C015A1 (or 0xC015A1) is known color: Medium Violet Red. HEX triplet: C0, 15 and A1. RGB value is (192,21,161). Sum of RGB (Red+Green+Blue) = 192+21+161=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A1 is #3FEA5E. Grayscale: #575757. Windows color (decimal): -4188767 or 10556864. OLE color: 10556864.

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

Color convert

RGB 192 21 161 -
CMYK 0 0.89 0.16 0.25
HSL 310.88º 0.8% 0.42% -
HSV(B) 310.88º 0.89% 0.75% -
XYZ 28.44 14.32 34.98 -
YUV 88.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 192 21 161 0 0.89 0.16 0.25 310.88 0.8 0.42
Hex C0 15 A1 0 59 10 19 137 50 2A
Octal 300 25 241 0 131 20 31 467 120 52
Binary 11000000 10101 10100001 0 1011001 10000 11001 100110111 1010000 101010

Color Harmonies of #C015A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015A1

Black with #C015A1

Text Example


Text Example

White with #C015A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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