Html Css Color HEX #C01F8D Medium Violet Red

📋 copy color: '#C01F8D'

red 192 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #C01F8D

Tints of Medium Violet Red #C01F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 52.75%
G = 8.52%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C01F8D (or 0xC01F8D) is known color: Medium Violet Red. HEX triplet: C0, 1F and 8D. RGB value is (192,31,141). Sum of RGB (Red+Green+Blue) = 192+31+141=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F8D is #3FE072. Grayscale: #5B5B5B. Windows color (decimal): -4186227 or 9248704. OLE color: 9248704.

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

Color convert

RGB 192 31 141 -
CMYK 0 0.84 0.27 0.25
HSL 319.01º 0.72% 0.44% -
HSV(B) 319.01º 0.84% 0.75% -
XYZ 27.04 14.11 26.5 -
YUV 91.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 192 31 141 0 0.84 0.27 0.25 319.01 0.72 0.44
Hex C0 1F 8D 0 54 1B 19 13F 48 2C
Octal 300 37 215 0 124 33 31 477 110 54
Binary 11000000 11111 10001101 0 1010100 11011 11001 100111111 1001000 101100

Color Harmonies of #C01F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F8D

Black with #C01F8D

Text Example


Text Example

White with #C01F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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