Html Css Color HEX #C00584 Medium Violet Red

📋 copy color: '#C00584'

red 192 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #C00584

Tints of Medium Violet Red #C00584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 58.36%
G = 1.52%
B = 40.12%

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

#C00584 (or 0xC00584) is known color: Medium Violet Red. HEX triplet: C0, 05 and 84. RGB value is (192,5,132). Sum of RGB (Red+Green+Blue) = 192+5+132=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00584 is #3FFA7B. Grayscale: #4B4B4B. Windows color (decimal): -4192892 or 8652224. OLE color: 8652224.

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

Color convert

RGB 192 5 132 -
CMYK 0 0.97 0.31 0.25
HSL 319.25º 0.95% 0.39% -
HSV(B) 319.25º 0.97% 0.75% -
XYZ 25.96 12.98 22.97 -
YUV 75.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 192 5 132 0 0.97 0.31 0.25 319.25 0.95 0.39
Hex C0 5 84 0 61 1F 19 13F 5F 27
Octal 300 5 204 0 141 37 31 477 137 47
Binary 11000000 101 10000100 0 1100001 11111 11001 100111111 1011111 100111

Color Harmonies of #C00584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00584

Black with #C00584

Text Example


Text Example

White with #C00584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00584; }

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

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

background-color css

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

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

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

border-color css

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

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

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