Html Css Color HEX #C425AD Medium Violet Red

📋 copy color: '#C425AD'

red 196 ◦ green 37 ◦ blue 173

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

Shades of Medium Violet Red #C425AD

Tints of Medium Violet Red #C425AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.11%

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

R = 48.28%
G = 9.11%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C425AD (or 0xC425AD) is known color: Medium Violet Red. HEX triplet: C4, 25 and AD. RGB value is (196,37,173). Sum of RGB (Red+Green+Blue) = 196+37+173=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C425AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425AD is #3BDA52. Grayscale: #636363. Windows color (decimal): -3922515 or 11347396. OLE color: 11347396.

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

Color convert

RGB 196 37 173 -
CMYK 0 0.81 0.12 0.23
HSL 308.68º 0.68% 0.46% -
HSV(B) 308.68º 0.81% 0.77% -
XYZ 30.97 16.08 41.01 -
YUV 100.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 196 37 173 0 0.81 0.12 0.23 308.68 0.68 0.46
Hex C4 25 AD 0 51 C 17 135 44 2E
Octal 304 45 255 0 121 14 27 465 104 56
Binary 11000100 100101 10101101 0 1010001 1100 10111 100110101 1000100 101110

Color Harmonies of #C425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425AD

Black with #C425AD

Text Example


Text Example

White with #C425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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