Html Css Color HEX #C01F96 Medium Violet Red

📋 copy color: '#C01F96'

red 192 ◦ green 31 ◦ blue 150

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

Shades of Medium Violet Red #C01F96

Tints of Medium Violet Red #C01F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 51.47%
G = 8.31%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01F96 (or 0xC01F96) is known color: Medium Violet Red. HEX triplet: C0, 1F and 96. RGB value is (192,31,150). Sum of RGB (Red+Green+Blue) = 192+31+150=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F96 is #3FE069. Grayscale: #5C5C5C. Windows color (decimal): -4186218 or 9838528. OLE color: 9838528.

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

Color convert

RGB 192 31 150 -
CMYK 0 0.84 0.22 0.25
HSL 315.65º 0.72% 0.44% -
HSV(B) 315.65º 0.84% 0.75% -
XYZ 27.73 14.39 30.17 -
YUV 92.71 160.34 198.82 -
System Red Green Blue C M Y K H S L
Decimal 192 31 150 0 0.84 0.22 0.25 315.65 0.72 0.44
Hex C0 1F 96 0 54 16 19 13C 48 2C
Octal 300 37 226 0 124 26 31 474 110 54
Binary 11000000 11111 10010110 0 1010100 10110 11001 100111100 1001000 101100

Color Harmonies of #C01F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F96

Black with #C01F96

Text Example


Text Example

White with #C01F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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