Html Css Color HEX #C425AB Medium Violet Red

📋 copy color: '#C425AB'

red 196 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #C425AB

Tints of Medium Violet Red #C425AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 48.51%
G = 9.16%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C425AB (or 0xC425AB) is known color: Medium Violet Red. HEX triplet: C4, 25 and AB. RGB value is (196,37,171). Sum of RGB (Red+Green+Blue) = 196+37+171=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C425AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C425AB is #3BDA54. Grayscale: #636363. Windows color (decimal): -3922517 or 11216324. OLE color: 11216324.

HSL color Cylindrical-coordinate representation of color #C425AB: hue angle of 309.43º 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 #C425AB is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 171 -
CMYK 0 0.81 0.13 0.23
HSL 309.43º 0.68% 0.46% -
HSV(B) 309.43º 0.81% 0.77% -
XYZ 30.78 16 39.99 -
YUV 99.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 196 37 171 0 0.81 0.13 0.23 309.43 0.68 0.46
Hex C4 25 AB 0 51 D 17 135 44 2E
Octal 304 45 253 0 121 15 27 465 104 56
Binary 11000100 100101 10101011 0 1010001 1101 10111 100110101 1000100 101110

Color Harmonies of #C425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C425AB

Black with #C425AB

Text Example


Text Example

White with #C425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C425AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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