Html Css Color HEX #C01F82 Medium Violet Red

📋 copy color: '#C01F82'

red 192 ◦ green 31 ◦ blue 130

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

Shades of Medium Violet Red #C01F82

Tints of Medium Violet Red #C01F82

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 54.39%
G = 8.78%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C01F82 (or 0xC01F82) is known color: Medium Violet Red. HEX triplet: C0, 1F and 82. RGB value is (192,31,130). Sum of RGB (Red+Green+Blue) = 192+31+130=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F82 is #3FE07D. Grayscale: #5A5A5A. Windows color (decimal): -4186238 or 8527808. OLE color: 8527808.

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

Color convert

RGB 192 31 130 -
CMYK 0 0.84 0.32 0.25
HSL 323.11º 0.72% 0.44% -
HSV(B) 323.11º 0.84% 0.75% -
XYZ 26.26 13.8 22.4 -
YUV 90.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 192 31 130 0 0.84 0.32 0.25 323.11 0.72 0.44
Hex C0 1F 82 0 54 20 19 143 48 2C
Octal 300 37 202 0 124 40 31 503 110 54
Binary 11000000 11111 10000010 0 1010100 100000 11001 101000011 1001000 101100

Color Harmonies of #C01F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F82

Black with #C01F82

Text Example


Text Example

White with #C01F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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