Html Css Color HEX #C703BB Deep Magenta

📋 copy color: '#C703BB'

red 199 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #C703BB

Tints of Deep Magenta #C703BB

RGB

 RED value IS 199 (78.13% from 255) = 51.16%

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

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

R = 51.16%
G = 0.77%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C703BB (or 0xC703BB) is known color: Deep Magenta. HEX triplet: C7, 03 and BB. RGB value is (199,3,187). Sum of RGB (Red+Green+Blue) = 199+3+187=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C703BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703BB is #38FC44. Grayscale: #525252. Windows color (decimal): -3734597 or 12256199. OLE color: 12256199.

HSL color Cylindrical-coordinate representation of color #C703BB: hue angle of 303.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C703BB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 187 -
CMYK 0 0.98 0.06 0.22
HSL 303.67º 0.97% 0.4% -
HSV(B) 303.67º 0.98% 0.78% -
XYZ 32.56 15.8 48.35 -
YUV 82.58 186.93 211.04 -
System Red Green Blue C M Y K H S L
Decimal 199 3 187 0 0.98 0.06 0.22 303.67 0.97 0.4
Hex C7 3 BB 0 62 6 16 130 61 28
Octal 307 3 273 0 142 6 26 460 141 50
Binary 11000111 11 10111011 0 1100010 110 10110 100110000 1100001 101000

Color Harmonies of #C703BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C703BB

Black with #C703BB

Text Example


Text Example

White with #C703BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C703BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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