Html Css Color HEX #C418AA Medium Violet Red

📋 copy color: '#C418AA'

red 196 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #C418AA

Tints of Medium Violet Red #C418AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 50.26%
G = 6.15%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C418AA (or 0xC418AA) is known color: Medium Violet Red. HEX triplet: C4, 18 and AA. RGB value is (196,24,170). Sum of RGB (Red+Green+Blue) = 196+24+170=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C418AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C418AA is #3BE755. Grayscale: #5B5B5B. Windows color (decimal): -3925846 or 11147460. OLE color: 11147460.

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

Color convert

RGB 196 24 170 -
CMYK 0 0.88 0.13 0.23
HSL 309.07º 0.78% 0.43% -
HSV(B) 309.07º 0.88% 0.77% -
XYZ 30.35 15.29 39.38 -
YUV 92.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 196 24 170 0 0.88 0.13 0.23 309.07 0.78 0.43
Hex C4 18 AA 0 58 D 17 135 4E 2B
Octal 304 30 252 0 130 15 27 465 116 53
Binary 11000100 11000 10101010 0 1011000 1101 10111 100110101 1001110 101011

Color Harmonies of #C418AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418AA

Black with #C418AA

Text Example


Text Example

White with #C418AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418AA; }

 p { color: rgb(196,24,170); }

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

background-color css

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

 a { background-color: rgb(196,24,170); }

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

border-color css

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

 span { border-color: rgb(196,24,170); }

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