Html Css Color HEX #C705CE Deep Magenta

📋 copy color: '#C705CE'

red 199 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #C705CE

Tints of Deep Magenta #C705CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 48.54%
G = 1.22%
B = 50.24%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C705CE (or 0xC705CE) is known color: Deep Magenta. HEX triplet: C7, 05 and CE. RGB value is (199,5,206). Sum of RGB (Red+Green+Blue) = 199+5+206=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C705CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705CE is #38FA31. Grayscale: #555555. Windows color (decimal): -3734066 or 13501895. OLE color: 13501895.

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

Color convert

RGB 199 5 206 -
CMYK 0.03 0.98 0 0.19
HSL 297.91º 0.95% 0.41% -
HSV(B) 297.91º 0.98% 0.81% -
XYZ 34.75 16.71 59.79 -
YUV 85.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 199 5 206 0.03 0.98 0 0.19 297.91 0.95 0.41
Hex C7 5 CE 3 62 0 13 12A 5F 29
Octal 307 5 316 3 142 0 23 452 137 51
Binary 11000111 101 11001110 11 1100010 0 10011 100101010 1011111 101001

Color Harmonies of #C705CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705CE

Black with #C705CE

Text Example


Text Example

White with #C705CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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