Html Css Color HEX #C419AB Medium Violet Red

📋 copy color: '#C419AB'

red 196 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #C419AB

Tints of Medium Violet Red #C419AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 50%
G = 6.38%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C419AB (or 0xC419AB) is known color: Medium Violet Red. HEX triplet: C4, 19 and AB. RGB value is (196,25,171). Sum of RGB (Red+Green+Blue) = 196+25+171=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AB is #3BE654. Grayscale: #5C5C5C. Windows color (decimal): -3925589 or 11213252. OLE color: 11213252.

HSL color Cylindrical-coordinate representation of color #C419AB: hue angle of 308.77º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419AB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 171 -
CMYK 0 0.87 0.13 0.23
HSL 308.77º 0.77% 0.43% -
HSV(B) 308.77º 0.87% 0.77% -
XYZ 30.46 15.37 39.89 -
YUV 92.77 172.15 201.63 -
System Red Green Blue C M Y K H S L
Decimal 196 25 171 0 0.87 0.13 0.23 308.77 0.77 0.43
Hex C4 19 AB 0 57 D 17 135 4D 2B
Octal 304 31 253 0 127 15 27 465 115 53
Binary 11000100 11001 10101011 0 1010111 1101 10111 100110101 1001101 101011

Color Harmonies of #C419AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419AB

Black with #C419AB

Text Example


Text Example

White with #C419AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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