Html Css Color HEX #C01DA3 Medium Violet Red

📋 copy color: '#C01DA3'

red 192 ◦ green 29 ◦ blue 163

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

Shades of Medium Violet Red #C01DA3

Tints of Medium Violet Red #C01DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.45%

R = 50%
G = 7.55%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C01DA3 (or 0xC01DA3) is known color: Medium Violet Red. HEX triplet: C0, 1D and A3. RGB value is (192,29,163). Sum of RGB (Red+Green+Blue) = 192+29+163=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DA3 is #3FE25C. Grayscale: #5C5C5C. Windows color (decimal): -4186717 or 10689984. OLE color: 10689984.

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

Color convert

RGB 192 29 163 -
CMYK 0 0.85 0.15 0.25
HSL 310.67º 0.74% 0.43% -
HSV(B) 310.67º 0.85% 0.75% -
XYZ 28.79 14.73 35.98 -
YUV 93.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 192 29 163 0 0.85 0.15 0.25 310.67 0.74 0.43
Hex C0 1D A3 0 55 F 19 137 4A 2B
Octal 300 35 243 0 125 17 31 467 112 53
Binary 11000000 11101 10100011 0 1010101 1111 11001 100110111 1001010 101011

Color Harmonies of #C01DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DA3

Black with #C01DA3

Text Example


Text Example

White with #C01DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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