Html Css Color HEX #C01F6E Medium Violet Red

📋 copy color: '#C01F6E'

red 192 ◦ green 31 ◦ blue 110

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

Shades of Medium Violet Red #C01F6E

Tints of Medium Violet Red #C01F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 57.66%
G = 9.31%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C01F6E (or 0xC01F6E) is known color: Medium Violet Red. HEX triplet: C0, 1F and 6E. RGB value is (192,31,110). Sum of RGB (Red+Green+Blue) = 192+31+110=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F6E is #3FE091. Grayscale: #575757. Windows color (decimal): -4186258 or 7217088. OLE color: 7217088.

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

Color convert

RGB 192 31 110 -
CMYK 0 0.84 0.43 0.25
HSL 330.56º 0.72% 0.44% -
HSV(B) 330.56º 0.84% 0.75% -
XYZ 25.04 13.31 16 -
YUV 88.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 192 31 110 0 0.84 0.43 0.25 330.56 0.72 0.44
Hex C0 1F 6E 0 54 2B 19 14B 48 2C
Octal 300 37 156 0 124 53 31 513 110 54
Binary 11000000 11111 1101110 0 1010100 101011 11001 101001011 1001000 101100

Color Harmonies of #C01F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F6E

Black with #C01F6E

Text Example


Text Example

White with #C01F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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