Html Css Color HEX #C01F6D Medium Violet Red

📋 copy color: '#C01F6D'

red 192 ◦ green 31 ◦ blue 109

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

Shades of Medium Violet Red #C01F6D

Tints of Medium Violet Red #C01F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 57.83%
G = 9.34%
B = 32.83%

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

#C01F6D (or 0xC01F6D) is known color: Medium Violet Red. HEX triplet: C0, 1F and 6D. RGB value is (192,31,109). Sum of RGB (Red+Green+Blue) = 192+31+109=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F6D is #3FE092. Grayscale: #575757. Windows color (decimal): -4186259 or 7151552. OLE color: 7151552.

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

Color convert

RGB 192 31 109 -
CMYK 0 0.84 0.43 0.25
HSL 330.93º 0.72% 0.44% -
HSV(B) 330.93º 0.84% 0.75% -
XYZ 24.99 13.29 15.72 -
YUV 88.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 192 31 109 0 0.84 0.43 0.25 330.93 0.72 0.44
Hex C0 1F 6D 0 54 2B 19 14B 48 2C
Octal 300 37 155 0 124 53 31 513 110 54
Binary 11000000 11111 1101101 0 1010100 101011 11001 101001011 1001000 101100

Color Harmonies of #C01F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F6D

Black with #C01F6D

Text Example


Text Example

White with #C01F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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