Html Css Color HEX #C709DD Deep Magenta

📋 copy color: '#C709DD'

red 199 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #C709DD

Tints of Deep Magenta #C709DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 46.39%
G = 2.1%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C709DD (or 0xC709DD) is known color: Deep Magenta. HEX triplet: C7, 09 and DD. RGB value is (199,9,221). Sum of RGB (Red+Green+Blue) = 199+9+221=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C709DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709DD is #38F622. Grayscale: #595959. Windows color (decimal): -3733027 or 14485959. OLE color: 14485959.

HSL color Cylindrical-coordinate representation of color #C709DD: hue angle of 293.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709DD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 9 221 -
CMYK 0.10 0.96 0 0.13
HSL 293.77º 0.92% 0.45% -
HSV(B) 293.77º 0.96% 0.87% -
XYZ 36.7 17.56 69.86 -
YUV 89.98 201.95 205.76 -
System Red Green Blue C M Y K H S L
Decimal 199 9 221 0.10 0.96 0 0.13 293.77 0.92 0.45
Hex C7 9 DD A 60 0 D 126 5C 2D
Octal 307 11 335 12 140 0 15 446 134 55
Binary 11000111 1001 11011101 1010 1100000 0 1101 100100110 1011100 101101

Color Harmonies of #C709DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709DD

Black with #C709DD

Text Example


Text Example

White with #C709DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709DD; }

 p { color: rgb(199,9,221); }

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

background-color css

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

 a { background-color: rgb(199,9,221); }

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

border-color css

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

 span { border-color: rgb(199,9,221); }

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