Html Css Color HEX #C707BF Deep Magenta

📋 copy color: '#C707BF'

red 199 ◦ green 7 ◦ blue 191

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

Shades of Deep Magenta #C707BF

Tints of Deep Magenta #C707BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 50.13%
G = 1.76%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C707BF (or 0xC707BF) is known color: Deep Magenta. HEX triplet: C7, 07 and BF. RGB value is (199,7,191). Sum of RGB (Red+Green+Blue) = 199+7+191=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C707BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C707BF is #38F840. Grayscale: #545454. Windows color (decimal): -3733569 or 12519367. OLE color: 12519367.

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

Color convert

RGB 199 7 191 -
CMYK 0 0.96 0.04 0.22
HSL 302.5º 0.93% 0.4% -
HSV(B) 302.5º 0.96% 0.78% -
XYZ 33.03 16.06 50.65 -
YUV 85.38 187.61 209.04 -
System Red Green Blue C M Y K H S L
Decimal 199 7 191 0 0.96 0.04 0.22 302.5 0.93 0.4
Hex C7 7 BF 0 60 4 16 12E 5D 28
Octal 307 7 277 0 140 4 26 456 135 50
Binary 11000111 111 10111111 0 1100000 100 10110 100101110 1011101 101000

Color Harmonies of #C707BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C707BF

Black with #C707BF

Text Example


Text Example

White with #C707BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C707BF; }

 p { color: rgb(199,7,191); }

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

background-color css

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

 a { background-color: rgb(199,7,191); }

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

border-color css

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

 span { border-color: rgb(199,7,191); }

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