Html Css Color HEX #C0087F Medium Violet Red

📋 copy color: '#C0087F'

red 192 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #C0087F

Tints of Medium Violet Red #C0087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 127 (50% from 255) = 38.84%

R = 58.72%
G = 2.45%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0087F (or 0xC0087F) is known color: Medium Violet Red. HEX triplet: C0, 08 and 7F. RGB value is (192,8,127). Sum of RGB (Red+Green+Blue) = 192+8+127=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0087F is #3FF780. Grayscale: #4C4C4C. Windows color (decimal): -4192129 or 8325312. OLE color: 8325312.

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

Color convert

RGB 192 8 127 -
CMYK 0 0.96 0.34 0.25
HSL 321.2º 0.92% 0.39% -
HSV(B) 321.2º 0.96% 0.75% -
XYZ 25.66 12.91 21.22 -
YUV 76.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 192 8 127 0 0.96 0.34 0.25 321.2 0.92 0.39
Hex C0 8 7F 0 60 22 19 141 5C 27
Octal 300 10 177 0 140 42 31 501 134 47
Binary 11000000 1000 1111111 0 1100000 100010 11001 101000001 1011100 100111

Color Harmonies of #C0087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0087F

Black with #C0087F

Text Example


Text Example

White with #C0087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0087F; }

 p { color: rgb(192,8,127); }

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

background-color css

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

 a { background-color: rgb(192,8,127); }

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

border-color css

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

 span { border-color: rgb(192,8,127); }

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