Html Css Color HEX #C700CF Deep Magenta

📋 copy color: '#C700CF'

red 199 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #C700CF

Tints of Deep Magenta #C700CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 49.01%
G = 0%
B = 50.99%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C700CF (or 0xC700CF) is known color: Deep Magenta. HEX triplet: C7, 00 and CF. RGB value is (199,0,207). Sum of RGB (Red+Green+Blue) = 199+0+207=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #C700CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CF is #38FF30. Grayscale: #525252. Windows color (decimal): -3735345 or 13566151. OLE color: 13566151.

HSL color Cylindrical-coordinate representation of color #C700CF: hue angle of 297.68º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700CF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 0 207 -
CMYK 0.04 1 0 0.19
HSL 297.68º 1% 0.41% -
HSV(B) 297.68º 1% 0.81% -
XYZ 34.82 16.65 60.41 -
YUV 83.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 199 0 207 0.04 1 0 0.19 297.68 1 0.41
Hex C7 0 CF 4 64 0 13 12A 64 29
Octal 307 0 317 4 144 0 23 452 144 51
Binary 11000111 0 11001111 100 1100100 0 10011 100101010 1100100 101001

Color Harmonies of #C700CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700CF

Black with #C700CF

Text Example


Text Example

White with #C700CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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