Html Css Color HEX #C403BB Deep Magenta

📋 copy color: '#C403BB'

red 196 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #C403BB

Tints of Deep Magenta #C403BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 50.78%
G = 0.78%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C403BB (or 0xC403BB) is known color: Deep Magenta. HEX triplet: C4, 03 and BB. RGB value is (196,3,187). Sum of RGB (Red+Green+Blue) = 196+3+187=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C403BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403BB is #3BFC44. Grayscale: #515151. Windows color (decimal): -3931205 or 12256196. OLE color: 12256196.

HSL color Cylindrical-coordinate representation of color #C403BB: hue angle of 302.8º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C403BB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 187 -
CMYK 0 0.98 0.05 0.23
HSL 302.8º 0.97% 0.39% -
HSV(B) 302.8º 0.98% 0.77% -
XYZ 31.77 15.39 48.31 -
YUV 81.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 196 3 187 0 0.98 0.05 0.23 302.8 0.97 0.39
Hex C4 3 BB 0 62 5 17 12F 61 27
Octal 304 3 273 0 142 5 27 457 141 47
Binary 11000100 11 10111011 0 1100010 101 10111 100101111 1100001 100111

Color Harmonies of #C403BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403BB

Black with #C403BB

Text Example


Text Example

White with #C403BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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