Html Css Color HEX #C428BC Deep Magenta

📋 copy color: '#C428BC'

red 196 ◦ green 40 ◦ blue 188

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

Shades of Deep Magenta #C428BC

Tints of Deep Magenta #C428BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 46.23%
G = 9.43%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C428BC (or 0xC428BC) is known color: Deep Magenta. HEX triplet: C4, 28 and BC. RGB value is (196,40,188). Sum of RGB (Red+Green+Blue) = 196+40+188=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C428BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428BC is #3BD743. Grayscale: #676767. Windows color (decimal): -3921732 or 12331204. OLE color: 12331204.

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

Color convert

RGB 196 40 188 -
CMYK 0 0.80 0.04 0.23
HSL 303.08º 0.66% 0.46% -
HSV(B) 303.08º 0.8% 0.77% -
XYZ 32.6 16.88 49.12 -
YUV 103.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 196 40 188 0 0.80 0.04 0.23 303.08 0.66 0.46
Hex C4 28 BC 0 50 4 17 12F 42 2E
Octal 304 50 274 0 120 4 27 457 102 56
Binary 11000100 101000 10111100 0 1010000 100 10111 100101111 1000010 101110

Color Harmonies of #C428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428BC

Black with #C428BC

Text Example


Text Example

White with #C428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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