Html Css Color HEX #C428A8 Medium Red Violet

📋 copy color: '#C428A8'

red 196 ◦ green 40 ◦ blue 168

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

Shades of Medium Red Violet #C428A8

Tints of Medium Red Violet #C428A8

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.9%

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 48.51%
G = 9.9%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C428A8 (or 0xC428A8) is known color: Medium Red Violet. HEX triplet: C4, 28 and A8. RGB value is (196,40,168). Sum of RGB (Red+Green+Blue) = 196+40+168=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C428A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C428A8 is #3BD757. Grayscale: #646464. Windows color (decimal): -3921752 or 11020484. OLE color: 11020484.

HSL color Cylindrical-coordinate representation of color #C428A8: hue angle of 310.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428A8 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 168 -
CMYK 0 0.80 0.14 0.23
HSL 310.77º 0.66% 0.46% -
HSV(B) 310.77º 0.8% 0.77% -
XYZ 30.59 16.08 38.54 -
YUV 101.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 196 40 168 0 0.80 0.14 0.23 310.77 0.66 0.46
Hex C4 28 A8 0 50 E 17 137 42 2E
Octal 304 50 250 0 120 16 27 467 102 56
Binary 11000100 101000 10101000 0 1010000 1110 10111 100110111 1000010 101110

Color Harmonies of #C428A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428A8

Black with #C428A8

Text Example


Text Example

White with #C428A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428A8; }

 p { color: rgb(196,40,168); }

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

background-color css

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

 a { background-color: rgb(196,40,168); }

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

border-color css

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

 span { border-color: rgb(196,40,168); }

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