Html Css Color HEX #C700BA Deep Magenta

📋 copy color: '#C700BA'

red 199 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #C700BA

Tints of Deep Magenta #C700BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 51.69%
G = 0%
B = 48.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C700BA (or 0xC700BA) is known color: Deep Magenta. HEX triplet: C7, 00 and BA. RGB value is (199,0,186). Sum of RGB (Red+Green+Blue) = 199+0+186=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C700BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700BA is #38FF45. Grayscale: #505050. Windows color (decimal): -3735366 or 12189895. OLE color: 12189895.

HSL color Cylindrical-coordinate representation of color #C700BA: hue angle of 303.92º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700BA is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 186 -
CMYK 0 1 0.07 0.22
HSL 303.92º 1% 0.39% -
HSV(B) 303.92º 1% 0.78% -
XYZ 32.42 15.69 47.77 -
YUV 80.71 187.43 212.38 -
System Red Green Blue C M Y K H S L
Decimal 199 0 186 0 1 0.07 0.22 303.92 1 0.39
Hex C7 0 BA 0 64 7 16 130 64 27
Octal 307 0 272 0 144 7 26 460 144 47
Binary 11000111 0 10111010 0 1100100 111 10110 100110000 1100100 100111

Color Harmonies of #C700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700BA

Black with #C700BA

Text Example


Text Example

White with #C700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700BA; }

 p { color: rgb(199,0,186); }

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

background-color css

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

 a { background-color: rgb(199,0,186); }

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

border-color css

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

 span { border-color: rgb(199,0,186); }

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