Html Css Color HEX #C00782 Medium Violet Red

📋 copy color: '#C00782'

red 192 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #C00782

Tints of Medium Violet Red #C00782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 58.36%
G = 2.13%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C00782 (or 0xC00782) is known color: Medium Violet Red. HEX triplet: C0, 07 and 82. RGB value is (192,7,130). Sum of RGB (Red+Green+Blue) = 192+7+130=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00782 is #3FF87D. Grayscale: #4C4C4C. Windows color (decimal): -4192382 or 8521664. OLE color: 8521664.

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

Color convert

RGB 192 7 130 -
CMYK 0 0.96 0.32 0.25
HSL 320.11º 0.93% 0.39% -
HSV(B) 320.11º 0.96% 0.75% -
XYZ 25.84 12.97 22.26 -
YUV 76.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 192 7 130 0 0.96 0.32 0.25 320.11 0.93 0.39
Hex C0 7 82 0 60 20 19 140 5D 27
Octal 300 7 202 0 140 40 31 500 135 47
Binary 11000000 111 10000010 0 1100000 100000 11001 101000000 1011101 100111

Color Harmonies of #C00782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00782

Black with #C00782

Text Example


Text Example

White with #C00782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00782; }

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

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

background-color css

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

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

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

border-color css

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

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

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