Html Css Color HEX #C700AB Deep Magenta

📋 copy color: '#C700AB'

red 199 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #C700AB

Tints of Deep Magenta #C700AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 53.78%
G = 0%
B = 46.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C700AB (or 0xC700AB) is known color: Deep Magenta. HEX triplet: C7, 00 and AB. RGB value is (199,0,171). Sum of RGB (Red+Green+Blue) = 199+0+171=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C700AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C700AB is #38FF54. Grayscale: #4E4E4E. Windows color (decimal): -3735381 or 11206855. OLE color: 11206855.

HSL color Cylindrical-coordinate representation of color #C700AB: hue angle of 308.44º 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 #C700AB is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 171 -
CMYK 0 1 0.14 0.22
HSL 308.44º 1% 0.39% -
HSV(B) 308.44º 1% 0.78% -
XYZ 30.9 15.08 39.81 -
YUV 79 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 199 0 171 0 1 0.14 0.22 308.44 1 0.39
Hex C7 0 AB 0 64 E 16 134 64 27
Octal 307 0 253 0 144 16 26 464 144 47
Binary 11000111 0 10101011 0 1100100 1110 10110 100110100 1100100 100111

Color Harmonies of #C700AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700AB

Black with #C700AB

Text Example


Text Example

White with #C700AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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