Html Css Color HEX #C01882 Medium Violet Red

📋 copy color: '#C01882'

red 192 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #C01882

Tints of Medium Violet Red #C01882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

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

R = 55.49%
G = 6.94%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01882 (or 0xC01882) is known color: Medium Violet Red. HEX triplet: C0, 18 and 82. RGB value is (192,24,130). Sum of RGB (Red+Green+Blue) = 192+24+130=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01882 is #3FE77D. Grayscale: #565656. Windows color (decimal): -4188030 or 8526016. OLE color: 8526016.

HSL color Cylindrical-coordinate representation of color #C01882: hue angle of 322.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01882 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 130 -
CMYK 0 0.88 0.32 0.25
HSL 322.14º 0.78% 0.42% -
HSV(B) 322.14º 0.88% 0.75% -
XYZ 26.09 13.47 22.34 -
YUV 86.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 192 24 130 0 0.88 0.32 0.25 322.14 0.78 0.42
Hex C0 18 82 0 58 20 19 142 4E 2A
Octal 300 30 202 0 130 40 31 502 116 52
Binary 11000000 11000 10000010 0 1011000 100000 11001 101000010 1001110 101010

Color Harmonies of #C01882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01882

Black with #C01882

Text Example


Text Example

White with #C01882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01882; }

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

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

background-color css

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

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

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

border-color css

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

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

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