Html Css Color HEX #C402DC Deep Magenta

📋 copy color: '#C402DC'

red 196 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #C402DC

Tints of Deep Magenta #C402DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 46.89%
G = 0.48%
B = 52.63%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C402DC (or 0xC402DC) is known color: Deep Magenta. HEX triplet: C4, 02 and DC. RGB value is (196,2,220). Sum of RGB (Red+Green+Blue) = 196+2+220=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #C402DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402DC is #3BFD23. Grayscale: #545454. Windows color (decimal): -3931428 or 14418628. OLE color: 14418628.

HSL color Cylindrical-coordinate representation of color #C402DC: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402DC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 2 220 -
CMYK 0.11 0.99 0 0.14
HSL 293.39º 0.98% 0.44% -
HSV(B) 293.39º 0.99% 0.86% -
XYZ 35.7 16.95 69.1 -
YUV 84.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 196 2 220 0.11 0.99 0 0.14 293.39 0.98 0.44
Hex C4 2 DC B 63 0 E 125 62 2C
Octal 304 2 334 13 143 0 16 445 142 54
Binary 11000100 10 11011100 1011 1100011 0 1110 100100101 1100010 101100

Color Harmonies of #C402DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402DC

Black with #C402DC

Text Example


Text Example

White with #C402DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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