Html Css Color HEX #C705CC Deep Magenta

📋 copy color: '#C705CC'

red 199 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #C705CC

Tints of Deep Magenta #C705CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 48.77%
G = 1.23%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C705CC (or 0xC705CC) is known color: Deep Magenta. HEX triplet: C7, 05 and CC. RGB value is (199,5,204). Sum of RGB (Red+Green+Blue) = 199+5+204=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C705CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C705CC is #38FA33. Grayscale: #555555. Windows color (decimal): -3734068 or 13370823. OLE color: 13370823.

HSL color Cylindrical-coordinate representation of color #C705CC: hue angle of 298.49º 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 #C705CC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 5 204 -
CMYK 0.02 0.98 0 0.2
HSL 298.49º 0.95% 0.41% -
HSV(B) 298.49º 0.98% 0.8% -
XYZ 34.51 16.61 58.51 -
YUV 85.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 199 5 204 0.02 0.98 0 0.2 298.49 0.95 0.41
Hex C7 5 CC 2 62 0 14 12A 5F 29
Octal 307 5 314 2 142 0 24 452 137 51
Binary 11000111 101 11001100 10 1100010 0 10100 100101010 1011111 101001

Color Harmonies of #C705CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705CC

Black with #C705CC

Text Example


Text Example

White with #C705CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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