Html Css Color HEX #C409CF Deep Magenta

📋 copy color: '#C409CF'

red 196 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #C409CF

Tints of Deep Magenta #C409CF

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 47.57%
G = 2.18%
B = 50.24%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C409CF (or 0xC409CF) is known color: Deep Magenta. HEX triplet: C4, 09 and CF. RGB value is (196,9,207). Sum of RGB (Red+Green+Blue) = 196+9+207=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C409CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409CF is #3BF630. Grayscale: #565656. Windows color (decimal): -3929649 or 13568452. OLE color: 13568452.

HSL color Cylindrical-coordinate representation of color #C409CF: hue angle of 296.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409CF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 9 207 -
CMYK 0.05 0.96 0 0.19
HSL 296.67º 0.92% 0.42% -
HSV(B) 296.67º 0.96% 0.81% -
XYZ 34.13 16.44 60.41 -
YUV 87.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 196 9 207 0.05 0.96 0 0.19 296.67 0.92 0.42
Hex C4 9 CF 5 60 0 13 129 5C 2A
Octal 304 11 317 5 140 0 23 451 134 52
Binary 11000100 1001 11001111 101 1100000 0 10011 100101001 1011100 101010

Color Harmonies of #C409CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409CF

Black with #C409CF

Text Example


Text Example

White with #C409CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409CF; }

 p { color: rgb(196,9,207); }

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

background-color css

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

 a { background-color: rgb(196,9,207); }

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

border-color css

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

 span { border-color: rgb(196,9,207); }

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