Html Css Color HEX #C403D2 Deep Magenta

📋 copy color: '#C403D2'

red 196 ◦ green 3 ◦ blue 210

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

Shades of Deep Magenta #C403D2

Tints of Deep Magenta #C403D2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 210 (82.42% from 255) = 51.34%

R = 47.92%
G = 0.73%
B = 51.34%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C403D2 (or 0xC403D2) is known color: Deep Magenta. HEX triplet: C4, 03 and D2. RGB value is (196,3,210). Sum of RGB (Red+Green+Blue) = 196+3+210=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #C403D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403D2 is #3BFC2D. Grayscale: #535353. Windows color (decimal): -3931182 or 13763524. OLE color: 13763524.

HSL color Cylindrical-coordinate representation of color #C403D2: hue angle of 295.94º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403D2 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 3 210 -
CMYK 0.07 0.99 0 0.18
HSL 295.94º 0.97% 0.42% -
HSV(B) 295.94º 0.99% 0.82% -
XYZ 34.43 16.45 62.33 -
YUV 84.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 196 3 210 0.07 0.99 0 0.18 295.94 0.97 0.42
Hex C4 3 D2 7 63 0 12 128 61 2A
Octal 304 3 322 7 143 0 22 450 141 52
Binary 11000100 11 11010010 111 1100011 0 10010 100101000 1100001 101010

Color Harmonies of #C403D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403D2

Black with #C403D2

Text Example


Text Example

White with #C403D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403D2; }

 p { color: rgb(196,3,210); }

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

background-color css

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

 a { background-color: rgb(196,3,210); }

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

border-color css

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

 span { border-color: rgb(196,3,210); }

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