Html Css Color HEX #C704BB Deep Magenta

📋 copy color: '#C704BB'

red 199 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #C704BB

Tints of Deep Magenta #C704BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 51.03%
G = 1.03%
B = 47.95%

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

#C704BB (or 0xC704BB) is known color: Deep Magenta. HEX triplet: C7, 04 and BB. RGB value is (199,4,187). Sum of RGB (Red+Green+Blue) = 199+4+187=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C704BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704BB is #38FB44. Grayscale: #525252. Windows color (decimal): -3734341 or 12256455. OLE color: 12256455.

HSL color Cylindrical-coordinate representation of color #C704BB: hue angle of 303.69º degrees, saturation: 0.96, 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 #C704BB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 187 -
CMYK 0 0.98 0.06 0.22
HSL 303.69º 0.96% 0.4% -
HSV(B) 303.69º 0.98% 0.78% -
XYZ 32.57 15.82 48.35 -
YUV 83.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 199 4 187 0 0.98 0.06 0.22 303.69 0.96 0.4
Hex C7 4 BB 0 62 6 16 130 60 28
Octal 307 4 273 0 142 6 26 460 140 50
Binary 11000111 100 10111011 0 1100010 110 10110 100110000 1100000 101000

Color Harmonies of #C704BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704BB

Black with #C704BB

Text Example


Text Example

White with #C704BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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