Html Css Color HEX #C00982 Medium Violet Red

📋 copy color: '#C00982'

red 192 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #C00982

Tints of Medium Violet Red #C00982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 58.01%
G = 2.72%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C00982 (or 0xC00982) is known color: Medium Violet Red. HEX triplet: C0, 09 and 82. RGB value is (192,9,130). Sum of RGB (Red+Green+Blue) = 192+9+130=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00982 is #3FF67D. Grayscale: #4D4D4D. Windows color (decimal): -4191870 or 8522176. OLE color: 8522176.

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

Color convert

RGB 192 9 130 -
CMYK 0 0.95 0.32 0.25
HSL 320.33º 0.91% 0.39% -
HSV(B) 320.33º 0.95% 0.75% -
XYZ 25.87 13.01 22.27 -
YUV 77.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 192 9 130 0 0.95 0.32 0.25 320.33 0.91 0.39
Hex C0 9 82 0 5F 20 19 140 5B 27
Octal 300 11 202 0 137 40 31 500 133 47
Binary 11000000 1001 10000010 0 1011111 100000 11001 101000000 1011011 100111

Color Harmonies of #C00982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00982

Black with #C00982

Text Example


Text Example

White with #C00982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00982; }

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

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

background-color css

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

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

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

border-color css

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

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

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