Html Css Color HEX #C403CC Deep Magenta

📋 copy color: '#C403CC'

red 196 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #C403CC

Tints of Deep Magenta #C403CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 48.64%
G = 0.74%
B = 50.62%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C403CC (or 0xC403CC) is known color: Deep Magenta. HEX triplet: C4, 03 and CC. RGB value is (196,3,204). Sum of RGB (Red+Green+Blue) = 196+3+204=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C403CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403CC is #3BFC33. Grayscale: #535353. Windows color (decimal): -3931188 or 13370308. OLE color: 13370308.

HSL color Cylindrical-coordinate representation of color #C403CC: hue angle of 297.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403CC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 3 204 -
CMYK 0.04 0.99 0 0.2
HSL 297.61º 0.97% 0.41% -
HSV(B) 297.61º 0.99% 0.8% -
XYZ 33.7 16.16 58.47 -
YUV 83.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 196 3 204 0.04 0.99 0 0.2 297.61 0.97 0.41
Hex C4 3 CC 4 63 0 14 12A 61 29
Octal 304 3 314 4 143 0 24 452 141 51
Binary 11000100 11 11001100 100 1100011 0 10100 100101010 1100001 101001

Color Harmonies of #C403CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403CC

Black with #C403CC

Text Example


Text Example

White with #C403CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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