Html Css Color HEX #C00882 Medium Violet Red

📋 copy color: '#C00882'

red 192 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #C00882

Tints of Medium Violet Red #C00882

RGB

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

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

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

R = 58.18%
G = 2.42%
B = 39.39%

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

#C00882 (or 0xC00882) is known color: Medium Violet Red. HEX triplet: C0, 08 and 82. RGB value is (192,8,130). Sum of RGB (Red+Green+Blue) = 192+8+130=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C00882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00882 is #3FF77D. Grayscale: #4C4C4C. Windows color (decimal): -4192126 or 8521920. OLE color: 8521920.

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

Color convert

RGB 192 8 130 -
CMYK 0 0.96 0.32 0.25
HSL 320.22º 0.92% 0.39% -
HSV(B) 320.22º 0.96% 0.75% -
XYZ 25.85 12.99 22.26 -
YUV 76.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 192 8 130 0 0.96 0.32 0.25 320.22 0.92 0.39
Hex C0 8 82 0 60 20 19 140 5C 27
Octal 300 10 202 0 140 40 31 500 134 47
Binary 11000000 1000 10000010 0 1100000 100000 11001 101000000 1011100 100111

Color Harmonies of #C00882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00882

Black with #C00882

Text Example


Text Example

White with #C00882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00882; }

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

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

background-color css

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

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

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

border-color css

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

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

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