Html Css Color HEX #C700AF Deep Magenta

📋 copy color: '#C700AF'

red 199 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #C700AF

Tints of Deep Magenta #C700AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 53.21%
G = 0%
B = 46.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C700AF (or 0xC700AF) is known color: Deep Magenta. HEX triplet: C7, 00 and AF. RGB value is (199,0,175). Sum of RGB (Red+Green+Blue) = 199+0+175=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C700AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C700AF is #38FF50. Grayscale: #4E4E4E. Windows color (decimal): -3735377 or 11468999. OLE color: 11468999.

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

Color convert

RGB 199 0 175 -
CMYK 0 1 0.12 0.22
HSL 307.24º 1% 0.39% -
HSV(B) 307.24º 1% 0.78% -
XYZ 31.29 15.24 41.85 -
YUV 79.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 199 0 175 0 1 0.12 0.22 307.24 1 0.39
Hex C7 0 AF 0 64 C 16 133 64 27
Octal 307 0 257 0 144 14 26 463 144 47
Binary 11000111 0 10101111 0 1100100 1100 10110 100110011 1100100 100111

Color Harmonies of #C700AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700AF

Black with #C700AF

Text Example


Text Example

White with #C700AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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