Html Css Color HEX #C00986 Medium Violet Red

📋 copy color: '#C00986'

red 192 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #C00986

Tints of Medium Violet Red #C00986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 57.31%
G = 2.69%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C00986 (or 0xC00986) is known color: Medium Violet Red. HEX triplet: C0, 09 and 86. RGB value is (192,9,134). Sum of RGB (Red+Green+Blue) = 192+9+134=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C00986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00986 is #3FF679. Grayscale: #4D4D4D. Windows color (decimal): -4191866 or 8784320. OLE color: 8784320.

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

Color convert

RGB 192 9 134 -
CMYK 0 0.95 0.30 0.25
HSL 319.02º 0.91% 0.39% -
HSV(B) 319.02º 0.95% 0.75% -
XYZ 26.14 13.12 23.71 -
YUV 77.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 192 9 134 0 0.95 0.30 0.25 319.02 0.91 0.39
Hex C0 9 86 0 5F 1E 19 13F 5B 27
Octal 300 11 206 0 137 36 31 477 133 47
Binary 11000000 1001 10000110 0 1011111 11110 11001 100111111 1011011 100111

Color Harmonies of #C00986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00986

Black with #C00986

Text Example


Text Example

White with #C00986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00986; }

 p { color: rgb(192,9,134); }

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

background-color css

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

 a { background-color: rgb(192,9,134); }

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

border-color css

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

 span { border-color: rgb(192,9,134); }

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