Html Css Color HEX #C117CF Deep Magenta

📋 copy color: '#C117CF'

red 193 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #C117CF

Tints of Deep Magenta #C117CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.44%

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

R = 45.63%
G = 5.44%
B = 48.94%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C117CF (or 0xC117CF) is known color: Deep Magenta. HEX triplet: C1, 17 and CF. RGB value is (193,23,207). Sum of RGB (Red+Green+Blue) = 193+23+207=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C117CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CF is #3EE830. Grayscale: #5E5E5E. Windows color (decimal): -4122673 or 13572033. OLE color: 13572033.

HSL color Cylindrical-coordinate representation of color #C117CF: hue angle of 295.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117CF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 23 207 -
CMYK 0.07 0.89 0 0.19
HSL 295.43º 0.8% 0.45% -
HSV(B) 295.43º 0.89% 0.81% -
XYZ 33.56 16.46 60.44 -
YUV 94.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 193 23 207 0.07 0.89 0 0.19 295.43 0.8 0.45
Hex C1 17 CF 7 59 0 13 127 50 2D
Octal 301 27 317 7 131 0 23 447 120 55
Binary 11000001 10111 11001111 111 1011001 0 10011 100100111 1010000 101101

Color Harmonies of #C117CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117CF

Black with #C117CF

Text Example


Text Example

White with #C117CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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