Html Css Color HEX #C01DA1 Medium Violet Red

📋 copy color: '#C01DA1'

red 192 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #C01DA1

Tints of Medium Violet Red #C01DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 50.26%
G = 7.59%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C01DA1 (or 0xC01DA1) is known color: Medium Violet Red. HEX triplet: C0, 1D and A1. RGB value is (192,29,161). Sum of RGB (Red+Green+Blue) = 192+29+161=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DA1 is #3FE25E. Grayscale: #5C5C5C. Windows color (decimal): -4186719 or 10558912. OLE color: 10558912.

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

Color convert

RGB 192 29 161 -
CMYK 0 0.85 0.16 0.25
HSL 311.41º 0.74% 0.43% -
HSV(B) 311.41º 0.85% 0.75% -
XYZ 28.61 14.66 35.04 -
YUV 92.79 166.5 198.77 -
System Red Green Blue C M Y K H S L
Decimal 192 29 161 0 0.85 0.16 0.25 311.41 0.74 0.43
Hex C0 1D A1 0 55 10 19 137 4A 2B
Octal 300 35 241 0 125 20 31 467 112 53
Binary 11000000 11101 10100001 0 1010101 10000 11001 100110111 1001010 101011

Color Harmonies of #C01DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DA1

Black with #C01DA1

Text Example


Text Example

White with #C01DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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