Html Css Color HEX #C701CE Deep Magenta

📋 copy color: '#C701CE'

red 199 ◦ green 1 ◦ blue 206

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

Shades of Deep Magenta #C701CE

Tints of Deep Magenta #C701CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 49.01%
G = 0.25%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C701CE (or 0xC701CE) is known color: Deep Magenta. HEX triplet: C7, 01 and CE. RGB value is (199,1,206). Sum of RGB (Red+Green+Blue) = 199+1+206=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C701CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701CE is #38FE31. Grayscale: #525252. Windows color (decimal): -3735090 or 13500871. OLE color: 13500871.

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

Color convert

RGB 199 1 206 -
CMYK 0.03 1.00 0 0.19
HSL 297.95º 0.99% 0.41% -
HSV(B) 297.95º 1% 0.81% -
XYZ 34.7 16.62 59.77 -
YUV 83.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 199 1 206 0.03 1.00 0 0.19 297.95 0.99 0.41
Hex C7 1 CE 3 64 0 13 12A 63 29
Octal 307 1 316 3 144 0 23 452 143 51
Binary 11000111 1 11001110 11 1100100 0 10011 100101010 1100011 101001

Color Harmonies of #C701CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701CE

Black with #C701CE

Text Example


Text Example

White with #C701CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701CE; }

 p { color: rgb(199,1,206); }

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

background-color css

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

 a { background-color: rgb(199,1,206); }

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

border-color css

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

 span { border-color: rgb(199,1,206); }

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