Html Css Color HEX #C705CD Deep Magenta

📋 copy color: '#C705CD'

red 199 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #C705CD

Tints of Deep Magenta #C705CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 48.66%
G = 1.22%
B = 50.12%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C705CD (or 0xC705CD) is known color: Deep Magenta. HEX triplet: C7, 05 and CD. RGB value is (199,5,205). Sum of RGB (Red+Green+Blue) = 199+5+205=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C705CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705CD is #38FA32. Grayscale: #555555. Windows color (decimal): -3734067 or 13436359. OLE color: 13436359.

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

Color convert

RGB 199 5 205 -
CMYK 0.03 0.98 0 0.20
HSL 298.2º 0.95% 0.41% -
HSV(B) 298.2º 0.98% 0.8% -
XYZ 34.63 16.66 59.15 -
YUV 85.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 199 5 205 0.03 0.98 0 0.20 298.2 0.95 0.41
Hex C7 5 CD 3 62 0 14 12A 5F 29
Octal 307 5 315 3 142 0 24 452 137 51
Binary 11000111 101 11001101 11 1100010 0 10100 100101010 1011111 101001

Color Harmonies of #C705CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705CD

Black with #C705CD

Text Example


Text Example

White with #C705CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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