Html Css Color HEX #C403CE Deep Magenta

📋 copy color: '#C403CE'

red 196 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #C403CE

Tints of Deep Magenta #C403CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 48.4%
G = 0.74%
B = 50.86%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C403CE (or 0xC403CE) is known color: Deep Magenta. HEX triplet: C4, 03 and CE. RGB value is (196,3,206). Sum of RGB (Red+Green+Blue) = 196+3+206=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C403CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403CE is #3BFC31. Grayscale: #535353. Windows color (decimal): -3931186 or 13501380. OLE color: 13501380.

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

Color convert

RGB 196 3 206 -
CMYK 0.05 0.99 0 0.19
HSL 297.04º 0.97% 0.41% -
HSV(B) 297.04º 0.99% 0.81% -
XYZ 33.94 16.26 59.74 -
YUV 83.85 196.94 207.99 -
System Red Green Blue C M Y K H S L
Decimal 196 3 206 0.05 0.99 0 0.19 297.04 0.97 0.41
Hex C4 3 CE 5 63 0 13 129 61 29
Octal 304 3 316 5 143 0 23 451 141 51
Binary 11000100 11 11001110 101 1100011 0 10011 100101001 1100001 101001

Color Harmonies of #C403CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403CE

Black with #C403CE

Text Example


Text Example

White with #C403CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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