Html Css Color HEX #C01589 Medium Violet Red

📋 copy color: '#C01589'

red 192 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #C01589

Tints of Medium Violet Red #C01589

RGB

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

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

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

R = 54.86%
G = 6%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C01589 (or 0xC01589) is known color: Medium Violet Red. HEX triplet: C0, 15 and 89. RGB value is (192,21,137). Sum of RGB (Red+Green+Blue) = 192+21+137=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C01589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01589 is #3FEA76. Grayscale: #555555. Windows color (decimal): -4188791 or 8984000. OLE color: 8984000.

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

Color convert

RGB 192 21 137 -
CMYK 0 0.89 0.29 0.25
HSL 319.3º 0.8% 0.42% -
HSV(B) 319.3º 0.89% 0.75% -
XYZ 26.52 13.55 24.88 -
YUV 85.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 192 21 137 0 0.89 0.29 0.25 319.3 0.8 0.42
Hex C0 15 89 0 59 1D 19 13F 50 2A
Octal 300 25 211 0 131 35 31 477 120 52
Binary 11000000 10101 10001001 0 1011001 11101 11001 100111111 1010000 101010

Color Harmonies of #C01589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01589

Black with #C01589

Text Example


Text Example

White with #C01589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01589; }

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

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

background-color css

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

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

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

border-color css

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

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

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