Html Css Color HEX #C01D9F Medium Violet Red

📋 copy color: '#C01D9F'

red 192 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #C01D9F

Tints of Medium Violet Red #C01D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 50.53%
G = 7.63%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C01D9F (or 0xC01D9F) is known color: Medium Violet Red. HEX triplet: C0, 1D and 9F. RGB value is (192,29,159). Sum of RGB (Red+Green+Blue) = 192+29+159=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D9F is #3FE260. Grayscale: #5C5C5C. Windows color (decimal): -4186721 or 10427840. OLE color: 10427840.

HSL color Cylindrical-coordinate representation of color #C01D9F: hue angle of 312.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D9F is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 159 -
CMYK 0 0.85 0.17 0.25
HSL 312.15º 0.74% 0.43% -
HSV(B) 312.15º 0.85% 0.75% -
XYZ 28.44 14.59 34.12 -
YUV 92.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 192 29 159 0 0.85 0.17 0.25 312.15 0.74 0.43
Hex C0 1D 9F 0 55 11 19 138 4A 2B
Octal 300 35 237 0 125 21 31 470 112 53
Binary 11000000 11101 10011111 0 1010101 10001 11001 100111000 1001010 101011

Color Harmonies of #C01D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D9F

Black with #C01D9F

Text Example


Text Example

White with #C01D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D9F; }

 p { color: rgb(192,29,159); }

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

background-color css

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

 a { background-color: rgb(192,29,159); }

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

border-color css

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

 span { border-color: rgb(192,29,159); }

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