Html Css Color HEX #C421AD Medium Violet Red

📋 copy color: '#C421AD'

red 196 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #C421AD

Tints of Medium Violet Red #C421AD

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

 GREEN value IS 33 (13.28% from 255) = 8.21%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 48.76%
G = 8.21%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C421AD (or 0xC421AD) is known color: Medium Violet Red. HEX triplet: C4, 21 and AD. RGB value is (196,33,173). Sum of RGB (Red+Green+Blue) = 196+33+173=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C421AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C421AD is #3BDE52. Grayscale: #616161. Windows color (decimal): -3923539 or 11346372. OLE color: 11346372.

HSL color Cylindrical-coordinate representation of color #C421AD: hue angle of 308.47º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421AD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 173 -
CMYK 0 0.83 0.12 0.23
HSL 308.47º 0.71% 0.45% -
HSV(B) 308.47º 0.83% 0.77% -
XYZ 30.85 15.84 40.97 -
YUV 97.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 196 33 173 0 0.83 0.12 0.23 308.47 0.71 0.45
Hex C4 21 AD 0 53 C 17 134 47 2D
Octal 304 41 255 0 123 14 27 464 107 55
Binary 11000100 100001 10101101 0 1010011 1100 10111 100110100 1000111 101101

Color Harmonies of #C421AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421AD

Black with #C421AD

Text Example


Text Example

White with #C421AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421AD; }

 p { color: rgb(196,33,173); }

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

background-color css

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

 a { background-color: rgb(196,33,173); }

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

border-color css

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

 span { border-color: rgb(196,33,173); }

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