Html Css Color HEX #C00585 Medium Violet Red

📋 copy color: '#C00585'

red 192 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #C00585

Tints of Medium Violet Red #C00585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 58.18%
G = 1.52%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C00585 (or 0xC00585) is known color: Medium Violet Red. HEX triplet: C0, 05 and 85. RGB value is (192,5,133). Sum of RGB (Red+Green+Blue) = 192+5+133=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C00585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00585 is #3FFA7A. Grayscale: #4B4B4B. Windows color (decimal): -4192891 or 8717760. OLE color: 8717760.

HSL color Cylindrical-coordinate representation of color #C00585: hue angle of 318.93º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00585 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 133 -
CMYK 0 0.97 0.31 0.25
HSL 318.93º 0.95% 0.39% -
HSV(B) 318.93º 0.97% 0.75% -
XYZ 26.03 13.01 23.33 -
YUV 75.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 192 5 133 0 0.97 0.31 0.25 318.93 0.95 0.39
Hex C0 5 85 0 61 1F 19 13F 5F 27
Octal 300 5 205 0 141 37 31 477 137 47
Binary 11000000 101 10000101 0 1100001 11111 11001 100111111 1011111 100111

Color Harmonies of #C00585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00585

Black with #C00585

Text Example


Text Example

White with #C00585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00585; }

 p { color: rgb(192,5,133); }

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

background-color css

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

 a { background-color: rgb(192,5,133); }

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

border-color css

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

 span { border-color: rgb(192,5,133); }

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