Html Css Color HEX #C015A9 Medium Violet Red

📋 copy color: '#C015A9'

red 192 ◦ green 21 ◦ blue 169

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

Shades of Medium Violet Red #C015A9

Tints of Medium Violet Red #C015A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 50.26%
G = 5.5%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C015A9 (or 0xC015A9) is known color: Medium Violet Red. HEX triplet: C0, 15 and A9. RGB value is (192,21,169). Sum of RGB (Red+Green+Blue) = 192+21+169=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A9 is #3FEA56. Grayscale: #585858. Windows color (decimal): -4188759 or 11081152. OLE color: 11081152.

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

Color convert

RGB 192 21 169 -
CMYK 0 0.89 0.12 0.25
HSL 308.07º 0.8% 0.42% -
HSV(B) 308.07º 0.89% 0.75% -
XYZ 29.17 14.61 38.82 -
YUV 89 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 192 21 169 0 0.89 0.12 0.25 308.07 0.8 0.42
Hex C0 15 A9 0 59 C 19 134 50 2A
Octal 300 25 251 0 131 14 31 464 120 52
Binary 11000000 10101 10101001 0 1011001 1100 11001 100110100 1010000 101010

Color Harmonies of #C015A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015A9

Black with #C015A9

Text Example


Text Example

White with #C015A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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