Html Css Color HEX #C01F98 Medium Violet Red

📋 copy color: '#C01F98'

red 192 ◦ green 31 ◦ blue 152

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

Shades of Medium Violet Red #C01F98

Tints of Medium Violet Red #C01F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 51.2%
G = 8.27%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01F98 (or 0xC01F98) is known color: Medium Violet Red. HEX triplet: C0, 1F and 98. RGB value is (192,31,152). Sum of RGB (Red+Green+Blue) = 192+31+152=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F98 is #3FE067. Grayscale: #5C5C5C. Windows color (decimal): -4186216 or 9969600. OLE color: 9969600.

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

Color convert

RGB 192 31 152 -
CMYK 0 0.84 0.21 0.25
HSL 314.91º 0.72% 0.44% -
HSV(B) 314.91º 0.84% 0.75% -
XYZ 27.9 14.45 31.03 -
YUV 92.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 192 31 152 0 0.84 0.21 0.25 314.91 0.72 0.44
Hex C0 1F 98 0 54 15 19 13B 48 2C
Octal 300 37 230 0 124 25 31 473 110 54
Binary 11000000 11111 10011000 0 1010100 10101 11001 100111011 1001000 101100

Color Harmonies of #C01F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F98

Black with #C01F98

Text Example


Text Example

White with #C01F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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