Html Css Color HEX #C402DD Deep Magenta

📋 copy color: '#C402DD'

red 196 ◦ green 2 ◦ blue 221

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

Shades of Deep Magenta #C402DD

Tints of Deep Magenta #C402DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 46.78%
G = 0.48%
B = 52.74%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C402DD (or 0xC402DD) is known color: Deep Magenta. HEX triplet: C4, 02 and DD. RGB value is (196,2,221). Sum of RGB (Red+Green+Blue) = 196+2+221=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #C402DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402DD is #3BFD22. Grayscale: #545454. Windows color (decimal): -3931427 or 14484164. OLE color: 14484164.

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

Color convert

RGB 196 2 221 -
CMYK 0.11 0.99 0 0.13
HSL 293.15º 0.98% 0.44% -
HSV(B) 293.15º 0.99% 0.87% -
XYZ 35.84 17 69.8 -
YUV 84.97 204.77 207.19 -
System Red Green Blue C M Y K H S L
Decimal 196 2 221 0.11 0.99 0 0.13 293.15 0.98 0.44
Hex C4 2 DD B 63 0 D 125 62 2C
Octal 304 2 335 13 143 0 15 445 142 54
Binary 11000100 10 11011101 1011 1100011 0 1101 100100101 1100010 101100

Color Harmonies of #C402DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402DD

Black with #C402DD

Text Example


Text Example

White with #C402DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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