Html Css Color HEX #C709CA Deep Magenta

📋 copy color: '#C709CA'

red 199 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #C709CA

Tints of Deep Magenta #C709CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 48.54%
G = 2.2%
B = 49.27%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C709CA (or 0xC709CA) is known color: Deep Magenta. HEX triplet: C7, 09 and CA. RGB value is (199,9,202). Sum of RGB (Red+Green+Blue) = 199+9+202=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C709CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C709CA is #38F635. Grayscale: #575757. Windows color (decimal): -3733046 or 13240775. OLE color: 13240775.

HSL color Cylindrical-coordinate representation of color #C709CA: hue angle of 299.07º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709CA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 9 202 -
CMYK 0.01 0.96 0 0.21
HSL 299.07º 0.91% 0.41% -
HSV(B) 299.07º 0.96% 0.79% -
XYZ 34.31 16.6 57.27 -
YUV 87.81 192.45 207.31 -
System Red Green Blue C M Y K H S L
Decimal 199 9 202 0.01 0.96 0 0.21 299.07 0.91 0.41
Hex C7 9 CA 1 60 0 15 12B 5B 29
Octal 307 11 312 1 140 0 25 453 133 51
Binary 11000111 1001 11001010 1 1100000 0 10101 100101011 1011011 101001

Color Harmonies of #C709CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C709CA

Black with #C709CA

Text Example


Text Example

White with #C709CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C709CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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