Html Css Color HEX #C01A87 Medium Violet Red

📋 copy color: '#C01A87'

red 192 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #C01A87

Tints of Medium Violet Red #C01A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 54.39%
G = 7.37%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01A87 (or 0xC01A87) is known color: Medium Violet Red. HEX triplet: C0, 1A and 87. RGB value is (192,26,135). Sum of RGB (Red+Green+Blue) = 192+26+135=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A87 is #3FE578. Grayscale: #575757. Windows color (decimal): -4187513 or 8854208. OLE color: 8854208.

HSL color Cylindrical-coordinate representation of color #C01A87: hue angle of 320.6º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A87 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 135 -
CMYK 0 0.86 0.30 0.25
HSL 320.6º 0.76% 0.43% -
HSV(B) 320.6º 0.86% 0.75% -
XYZ 26.48 13.69 24.17 -
YUV 88.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 192 26 135 0 0.86 0.30 0.25 320.6 0.76 0.43
Hex C0 1A 87 0 56 1E 19 141 4C 2B
Octal 300 32 207 0 126 36 31 501 114 53
Binary 11000000 11010 10000111 0 1010110 11110 11001 101000001 1001100 101011

Color Harmonies of #C01A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A87

Black with #C01A87

Text Example


Text Example

White with #C01A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A87; }

 p { color: rgb(192,26,135); }

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

background-color css

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

 a { background-color: rgb(192,26,135); }

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

border-color css

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

 span { border-color: rgb(192,26,135); }

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