Html Css Color HEX #C428BA Deep Magenta

📋 copy color: '#C428BA'

red 196 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #C428BA

Tints of Deep Magenta #C428BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 46.45%
G = 9.48%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C428BA (or 0xC428BA) is known color: Deep Magenta. HEX triplet: C4, 28 and BA. RGB value is (196,40,186). Sum of RGB (Red+Green+Blue) = 196+40+186=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C428BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428BA is #3BD745. Grayscale: #666666. Windows color (decimal): -3921734 or 12200132. OLE color: 12200132.

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

Color convert

RGB 196 40 186 -
CMYK 0 0.80 0.05 0.23
HSL 303.85º 0.66% 0.46% -
HSV(B) 303.85º 0.8% 0.77% -
XYZ 32.39 16.8 47.99 -
YUV 103.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 196 40 186 0 0.80 0.05 0.23 303.85 0.66 0.46
Hex C4 28 BA 0 50 5 17 130 42 2E
Octal 304 50 272 0 120 5 27 460 102 56
Binary 11000100 101000 10111010 0 1010000 101 10111 100110000 1000010 101110

Color Harmonies of #C428BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428BA

Black with #C428BA

Text Example


Text Example

White with #C428BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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