Html Css Color HEX #C01F94 Medium Violet Red

📋 copy color: '#C01F94'

red 192 ◦ green 31 ◦ blue 148

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

Shades of Medium Violet Red #C01F94

Tints of Medium Violet Red #C01F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 51.75%
G = 8.36%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01F94 (or 0xC01F94) is known color: Medium Violet Red. HEX triplet: C0, 1F and 94. RGB value is (192,31,148). Sum of RGB (Red+Green+Blue) = 192+31+148=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F94 is #3FE06B. Grayscale: #5C5C5C. Windows color (decimal): -4186220 or 9707456. OLE color: 9707456.

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

Color convert

RGB 192 31 148 -
CMYK 0 0.84 0.23 0.25
HSL 316.4º 0.72% 0.44% -
HSV(B) 316.4º 0.84% 0.75% -
XYZ 27.57 14.32 29.33 -
YUV 92.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 192 31 148 0 0.84 0.23 0.25 316.4 0.72 0.44
Hex C0 1F 94 0 54 17 19 13C 48 2C
Octal 300 37 224 0 124 27 31 474 110 54
Binary 11000000 11111 10010100 0 1010100 10111 11001 100111100 1001000 101100

Color Harmonies of #C01F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F94

Black with #C01F94

Text Example


Text Example

White with #C01F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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