Html Css Color HEX #C01E89 Medium Violet Red

📋 copy color: '#C01E89'

red 192 ◦ green 30 ◦ blue 137

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

Shades of Medium Violet Red #C01E89

Tints of Medium Violet Red #C01E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 53.48%
G = 8.36%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C01E89 (or 0xC01E89) is known color: Medium Violet Red. HEX triplet: C0, 1E and 89. RGB value is (192,30,137). Sum of RGB (Red+Green+Blue) = 192+30+137=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E89 is #3FE176. Grayscale: #5A5A5A. Windows color (decimal): -4186487 or 8986304. OLE color: 8986304.

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

Color convert

RGB 192 30 137 -
CMYK 0 0.84 0.29 0.25
HSL 320.37º 0.73% 0.44% -
HSV(B) 320.37º 0.84% 0.75% -
XYZ 26.72 13.94 24.95 -
YUV 90.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 192 30 137 0 0.84 0.29 0.25 320.37 0.73 0.44
Hex C0 1E 89 0 54 1D 19 140 49 2C
Octal 300 36 211 0 124 35 31 500 111 54
Binary 11000000 11110 10001001 0 1010100 11101 11001 101000000 1001001 101100

Color Harmonies of #C01E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E89

Black with #C01E89

Text Example


Text Example

White with #C01E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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