Html Css Color HEX #C415AA Medium Violet Red

📋 copy color: '#C415AA'

red 196 ◦ green 21 ◦ blue 170

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

Shades of Medium Violet Red #C415AA

Tints of Medium Violet Red #C415AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

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

R = 50.65%
G = 5.43%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C415AA (or 0xC415AA) is known color: Medium Violet Red. HEX triplet: C4, 15 and AA. RGB value is (196,21,170). Sum of RGB (Red+Green+Blue) = 196+21+170=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C415AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C415AA is #3BEA55. Grayscale: #595959. Windows color (decimal): -3926614 or 11146692. OLE color: 11146692.

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

Color convert

RGB 196 21 170 -
CMYK 0 0.89 0.13 0.23
HSL 308.91º 0.81% 0.43% -
HSV(B) 308.91º 0.89% 0.77% -
XYZ 30.29 15.17 39.36 -
YUV 90.31 172.98 203.38 -
System Red Green Blue C M Y K H S L
Decimal 196 21 170 0 0.89 0.13 0.23 308.91 0.81 0.43
Hex C4 15 AA 0 59 D 17 135 51 2B
Octal 304 25 252 0 131 15 27 465 121 53
Binary 11000100 10101 10101010 0 1011001 1101 10111 100110101 1010001 101011

Color Harmonies of #C415AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415AA

Black with #C415AA

Text Example


Text Example

White with #C415AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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