Html Css Color HEX #C704DB Deep Magenta

📋 copy color: '#C704DB'

red 199 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #C704DB

Tints of Deep Magenta #C704DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 47.16%
G = 0.95%
B = 51.9%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C704DB (or 0xC704DB) is known color: Deep Magenta. HEX triplet: C7, 04 and DB. RGB value is (199,4,219). Sum of RGB (Red+Green+Blue) = 199+4+219=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #C704DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704DB is #38FB24. Grayscale: #565656. Windows color (decimal): -3734309 or 14353607. OLE color: 14353607.

HSL color Cylindrical-coordinate representation of color #C704DB: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704DB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 4 219 -
CMYK 0.09 0.98 0 0.14
HSL 294.42º 0.96% 0.44% -
HSV(B) 294.42º 0.98% 0.86% -
XYZ 36.38 17.34 68.45 -
YUV 86.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 199 4 219 0.09 0.98 0 0.14 294.42 0.96 0.44
Hex C7 4 DB 9 62 0 E 126 60 2C
Octal 307 4 333 11 142 0 16 446 140 54
Binary 11000111 100 11011011 1001 1100010 0 1110 100100110 1100000 101100

Color Harmonies of #C704DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704DB

Black with #C704DB

Text Example


Text Example

White with #C704DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704DB; }

 p { color: rgb(199,4,219); }

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

background-color css

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

 a { background-color: rgb(199,4,219); }

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

border-color css

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

 span { border-color: rgb(199,4,219); }

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