Html Css Color HEX #C01D9D Medium Violet Red

📋 copy color: '#C01D9D'

red 192 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #C01D9D

Tints of Medium Violet Red #C01D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 50.79%
G = 7.67%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C01D9D (or 0xC01D9D) is known color: Medium Violet Red. HEX triplet: C0, 1D and 9D. RGB value is (192,29,157). Sum of RGB (Red+Green+Blue) = 192+29+157=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D9D is #3FE262. Grayscale: #5B5B5B. Windows color (decimal): -4186723 or 10296768. OLE color: 10296768.

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

Color convert

RGB 192 29 157 -
CMYK 0 0.85 0.18 0.25
HSL 312.88º 0.74% 0.43% -
HSV(B) 312.88º 0.85% 0.75% -
XYZ 28.26 14.52 33.21 -
YUV 92.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 192 29 157 0 0.85 0.18 0.25 312.88 0.74 0.43
Hex C0 1D 9D 0 55 12 19 139 4A 2B
Octal 300 35 235 0 125 22 31 471 112 53
Binary 11000000 11101 10011101 0 1010101 10010 11001 100111001 1001010 101011

Color Harmonies of #C01D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D9D

Black with #C01D9D

Text Example


Text Example

White with #C01D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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