Html Css Color HEX #C402AC Deep Magenta

📋 copy color: '#C402AC'

red 196 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #C402AC

Tints of Deep Magenta #C402AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 52.97%
G = 0.54%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C402AC (or 0xC402AC) is known color: Deep Magenta. HEX triplet: C4, 02 and AC. RGB value is (196,2,172). Sum of RGB (Red+Green+Blue) = 196+2+172=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C402AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402AC is #3BFD53. Grayscale: #4E4E4E. Windows color (decimal): -3931476 or 11272900. OLE color: 11272900.

HSL color Cylindrical-coordinate representation of color #C402AC: hue angle of 307.42º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402AC is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 172 -
CMYK 0 0.99 0.12 0.23
HSL 307.42º 0.98% 0.39% -
HSV(B) 307.42º 0.99% 0.77% -
XYZ 30.23 14.76 40.28 -
YUV 79.39 180.27 211.18 -
System Red Green Blue C M Y K H S L
Decimal 196 2 172 0 0.99 0.12 0.23 307.42 0.98 0.39
Hex C4 2 AC 0 63 C 17 133 62 27
Octal 304 2 254 0 143 14 27 463 142 47
Binary 11000100 10 10101100 0 1100011 1100 10111 100110011 1100010 100111

Color Harmonies of #C402AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402AC

Black with #C402AC

Text Example


Text Example

White with #C402AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402AC; }

 p { color: rgb(196,2,172); }

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

background-color css

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

 a { background-color: rgb(196,2,172); }

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

border-color css

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

 span { border-color: rgb(196,2,172); }

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