Html Css Color HEX #C00487 Medium Violet Red

📋 copy color: '#C00487'

red 192 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #C00487

Tints of Medium Violet Red #C00487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 58.01%
G = 1.21%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C00487 (or 0xC00487) is known color: Medium Violet Red. HEX triplet: C0, 04 and 87. RGB value is (192,4,135). Sum of RGB (Red+Green+Blue) = 192+4+135=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00487 is #3FFB78. Grayscale: #4A4A4A. Windows color (decimal): -4193145 or 8848576. OLE color: 8848576.

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

Color convert

RGB 192 4 135 -
CMYK 0 0.98 0.30 0.25
HSL 318.19º 0.96% 0.38% -
HSV(B) 318.19º 0.98% 0.75% -
XYZ 26.15 13.04 24.06 -
YUV 75.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 192 4 135 0 0.98 0.30 0.25 318.19 0.96 0.38
Hex C0 4 87 0 62 1E 19 13E 60 26
Octal 300 4 207 0 142 36 31 476 140 46
Binary 11000000 100 10000111 0 1100010 11110 11001 100111110 1100000 100110

Color Harmonies of #C00487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00487

Black with #C00487

Text Example


Text Example

White with #C00487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00487; }

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

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

background-color css

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

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

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

border-color css

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

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

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