Html Css Color HEX #C109CF Deep Magenta

📋 copy color: '#C109CF'

red 193 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #C109CF

Tints of Deep Magenta #C109CF

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

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

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

R = 47.19%
G = 2.2%
B = 50.61%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C109CF (or 0xC109CF) is known color: Deep Magenta. HEX triplet: C1, 09 and CF. RGB value is (193,9,207). Sum of RGB (Red+Green+Blue) = 193+9+207=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C109CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109CF is #3EF630. Grayscale: #555555. Windows color (decimal): -4126257 or 13568449. OLE color: 13568449.

HSL color Cylindrical-coordinate representation of color #C109CF: hue angle of 295.76º 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 #C109CF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 9 207 -
CMYK 0.07 0.96 0 0.19
HSL 295.76º 0.92% 0.42% -
HSV(B) 295.76º 0.96% 0.81% -
XYZ 33.35 16.04 60.37 -
YUV 86.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 193 9 207 0.07 0.96 0 0.19 295.76 0.92 0.42
Hex C1 9 CF 7 60 0 13 128 5C 2A
Octal 301 11 317 7 140 0 23 450 134 52
Binary 11000001 1001 11001111 111 1100000 0 10011 100101000 1011100 101010

Color Harmonies of #C109CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C109CF

Black with #C109CF

Text Example


Text Example

White with #C109CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C109CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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