Html Css Color HEX #C01F8A Medium Violet Red

📋 copy color: '#C01F8A'

red 192 ◦ green 31 ◦ blue 138

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

Shades of Medium Violet Red #C01F8A

Tints of Medium Violet Red #C01F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 53.19%
G = 8.59%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C01F8A (or 0xC01F8A) is known color: Medium Violet Red. HEX triplet: C0, 1F and 8A. RGB value is (192,31,138). Sum of RGB (Red+Green+Blue) = 192+31+138=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F8A is #3FE075. Grayscale: #5B5B5B. Windows color (decimal): -4186230 or 9052096. OLE color: 9052096.

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

Color convert

RGB 192 31 138 -
CMYK 0 0.84 0.28 0.25
HSL 320.12º 0.72% 0.44% -
HSV(B) 320.12º 0.84% 0.75% -
XYZ 26.82 14.02 25.34 -
YUV 91.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 192 31 138 0 0.84 0.28 0.25 320.12 0.72 0.44
Hex C0 1F 8A 0 54 1C 19 140 48 2C
Octal 300 37 212 0 124 34 31 500 110 54
Binary 11000000 11111 10001010 0 1010100 11100 11001 101000000 1001000 101100

Color Harmonies of #C01F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F8A

Black with #C01F8A

Text Example


Text Example

White with #C01F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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