Html Css Color HEX #C015A8 Medium Violet Red

📋 copy color: '#C015A8'

red 192 ◦ green 21 ◦ blue 168

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

Shades of Medium Violet Red #C015A8

Tints of Medium Violet Red #C015A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 50.39%
G = 5.51%
B = 44.09%

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

#C015A8 (or 0xC015A8) is known color: Medium Violet Red. HEX triplet: C0, 15 and A8. RGB value is (192,21,168). Sum of RGB (Red+Green+Blue) = 192+21+168=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A8 is #3FEA57. Grayscale: #585858. Windows color (decimal): -4188760 or 11015616. OLE color: 11015616.

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

Color convert

RGB 192 21 168 -
CMYK 0 0.89 0.12 0.25
HSL 308.42º 0.8% 0.42% -
HSV(B) 308.42º 0.89% 0.75% -
XYZ 29.07 14.57 38.33 -
YUV 88.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 192 21 168 0 0.89 0.12 0.25 308.42 0.8 0.42
Hex C0 15 A8 0 59 C 19 134 50 2A
Octal 300 25 250 0 131 14 31 464 120 52
Binary 11000000 10101 10101000 0 1011001 1100 11001 100110100 1010000 101010

Color Harmonies of #C015A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015A8

Black with #C015A8

Text Example


Text Example

White with #C015A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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