Html Css Color HEX #C01E87 Medium Violet Red

📋 copy color: '#C01E87'

red 192 ◦ green 30 ◦ blue 135

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

Shades of Medium Violet Red #C01E87

Tints of Medium Violet Red #C01E87

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

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

R = 53.78%
G = 8.4%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C01E87 (or 0xC01E87) is known color: Medium Violet Red. HEX triplet: C0, 1E and 87. RGB value is (192,30,135). Sum of RGB (Red+Green+Blue) = 192+30+135=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E87 is #3FE178. Grayscale: #5A5A5A. Windows color (decimal): -4186489 or 8855232. OLE color: 8855232.

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

Color convert

RGB 192 30 135 -
CMYK 0 0.84 0.30 0.25
HSL 321.11º 0.73% 0.44% -
HSV(B) 321.11º 0.84% 0.75% -
XYZ 26.58 13.88 24.2 -
YUV 90.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 192 30 135 0 0.84 0.30 0.25 321.11 0.73 0.44
Hex C0 1E 87 0 54 1E 19 141 49 2C
Octal 300 36 207 0 124 36 31 501 111 54
Binary 11000000 11110 10000111 0 1010100 11110 11001 101000001 1001001 101100

Color Harmonies of #C01E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E87

Black with #C01E87

Text Example


Text Example

White with #C01E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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