Html Css Color HEX #C428CA Deep Magenta

📋 copy color: '#C428CA'

red 196 ◦ green 40 ◦ blue 202

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

Shades of Deep Magenta #C428CA

Tints of Deep Magenta #C428CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 44.75%
G = 9.13%
B = 46.12%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C428CA (or 0xC428CA) is known color: Deep Magenta. HEX triplet: C4, 28 and CA. RGB value is (196,40,202). Sum of RGB (Red+Green+Blue) = 196+40+202=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #C428CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428CA is #3BD735. Grayscale: #686868. Windows color (decimal): -3921718 or 13248708. OLE color: 13248708.

HSL color Cylindrical-coordinate representation of color #C428CA: hue angle of 297.78º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C428CA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 40 202 -
CMYK 0.03 0.80 0 0.21
HSL 297.78º 0.67% 0.47% -
HSV(B) 297.78º 0.8% 0.79% -
XYZ 34.18 17.52 57.46 -
YUV 105.11 182.68 192.83 -
System Red Green Blue C M Y K H S L
Decimal 196 40 202 0.03 0.80 0 0.21 297.78 0.67 0.47
Hex C4 28 CA 3 50 0 15 12A 43 2F
Octal 304 50 312 3 120 0 25 452 103 57
Binary 11000100 101000 11001010 11 1010000 0 10101 100101010 1000011 101111

Color Harmonies of #C428CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C428CA

Black with #C428CA

Text Example


Text Example

White with #C428CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C428CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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