Html Css Color HEX #C403CB Deep Magenta

📋 copy color: '#C403CB'

red 196 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #C403CB

Tints of Deep Magenta #C403CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 48.76%
G = 0.75%
B = 50.5%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C403CB (or 0xC403CB) is known color: Deep Magenta. HEX triplet: C4, 03 and CB. RGB value is (196,3,203). Sum of RGB (Red+Green+Blue) = 196+3+203=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #C403CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403CB is #3BFC34. Grayscale: #525252. Windows color (decimal): -3931189 or 13304772. OLE color: 13304772.

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

Color convert

RGB 196 3 203 -
CMYK 0.03 0.99 0 0.20
HSL 297.9º 0.97% 0.4% -
HSV(B) 297.9º 0.99% 0.8% -
XYZ 33.58 16.11 57.84 -
YUV 83.51 195.44 208.24 -
System Red Green Blue C M Y K H S L
Decimal 196 3 203 0.03 0.99 0 0.20 297.9 0.97 0.4
Hex C4 3 CB 3 63 0 14 12A 61 28
Octal 304 3 313 3 143 0 24 452 141 50
Binary 11000100 11 11001011 11 1100011 0 10100 100101010 1100001 101000

Color Harmonies of #C403CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403CB

Black with #C403CB

Text Example


Text Example

White with #C403CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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