Html Css Color HEX #C407BB Deep Magenta

📋 copy color: '#C407BB'

red 196 ◦ green 7 ◦ blue 187

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

Shades of Deep Magenta #C407BB

Tints of Deep Magenta #C407BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

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

R = 50.26%
G = 1.79%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C407BB (or 0xC407BB) is known color: Deep Magenta. HEX triplet: C4, 07 and BB. RGB value is (196,7,187). Sum of RGB (Red+Green+Blue) = 196+7+187=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C407BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407BB is #3BF844. Grayscale: #535353. Windows color (decimal): -3930181 or 12257220. OLE color: 12257220.

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

Color convert

RGB 196 7 187 -
CMYK 0 0.96 0.05 0.23
HSL 302.86º 0.93% 0.4% -
HSV(B) 302.86º 0.96% 0.77% -
XYZ 31.81 15.48 48.32 -
YUV 84.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 196 7 187 0 0.96 0.05 0.23 302.86 0.93 0.4
Hex C4 7 BB 0 60 5 17 12F 5D 28
Octal 304 7 273 0 140 5 27 457 135 50
Binary 11000100 111 10111011 0 1100000 101 10111 100101111 1011101 101000

Color Harmonies of #C407BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407BB

Black with #C407BB

Text Example


Text Example

White with #C407BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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