Html Css Color HEX #C426AF Medium Violet Red

📋 copy color: '#C426AF'

red 196 ◦ green 38 ◦ blue 175

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

Shades of Medium Violet Red #C426AF

Tints of Medium Violet Red #C426AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.29%

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 47.92%
G = 9.29%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C426AF (or 0xC426AF) is known color: Medium Violet Red. HEX triplet: C4, 26 and AF. RGB value is (196,38,175). Sum of RGB (Red+Green+Blue) = 196+38+175=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C426AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426AF is #3BD950. Grayscale: #646464. Windows color (decimal): -3922257 or 11478724. OLE color: 11478724.

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

Color convert

RGB 196 38 175 -
CMYK 0 0.81 0.11 0.23
HSL 307.97º 0.68% 0.46% -
HSV(B) 307.97º 0.81% 0.77% -
XYZ 31.2 16.22 42.04 -
YUV 100.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 196 38 175 0 0.81 0.11 0.23 307.97 0.68 0.46
Hex C4 26 AF 0 51 B 17 134 44 2E
Octal 304 46 257 0 121 13 27 464 104 56
Binary 11000100 100110 10101111 0 1010001 1011 10111 100110100 1000100 101110

Color Harmonies of #C426AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426AF

Black with #C426AF

Text Example


Text Example

White with #C426AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426AF; }

 p { color: rgb(196,38,175); }

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

background-color css

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

 a { background-color: rgb(196,38,175); }

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

border-color css

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

 span { border-color: rgb(196,38,175); }

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