Html Css Color HEX #C418A7 Medium Violet Red

📋 copy color: '#C418A7'

red 196 ◦ green 24 ◦ blue 167

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

Shades of Medium Violet Red #C418A7

Tints of Medium Violet Red #C418A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.15%

R = 50.65%
G = 6.2%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C418A7 (or 0xC418A7) is known color: Medium Violet Red. HEX triplet: C4, 18 and A7. RGB value is (196,24,167). Sum of RGB (Red+Green+Blue) = 196+24+167=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C418A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C418A7 is #3BE758. Grayscale: #5B5B5B. Windows color (decimal): -3925849 or 10950852. OLE color: 10950852.

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

Color convert

RGB 196 24 167 -
CMYK 0 0.88 0.15 0.23
HSL 310.12º 0.78% 0.43% -
HSV(B) 310.12º 0.88% 0.77% -
XYZ 30.07 15.18 37.9 -
YUV 91.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 196 24 167 0 0.88 0.15 0.23 310.12 0.78 0.43
Hex C4 18 A7 0 58 F 17 136 4E 2B
Octal 304 30 247 0 130 17 27 466 116 53
Binary 11000100 11000 10100111 0 1011000 1111 10111 100110110 1001110 101011

Color Harmonies of #C418A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418A7

Black with #C418A7

Text Example


Text Example

White with #C418A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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