Html Css Color HEX #C117CC Deep Magenta

📋 copy color: '#C117CC'

red 193 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #C117CC

Tints of Deep Magenta #C117CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 45.95%
G = 5.48%
B = 48.57%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C117CC (or 0xC117CC) is known color: Deep Magenta. HEX triplet: C1, 17 and CC. RGB value is (193,23,204). Sum of RGB (Red+Green+Blue) = 193+23+204=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C117CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CC is #3EE833. Grayscale: #5D5D5D. Windows color (decimal): -4122676 or 13375425. OLE color: 13375425.

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

Color convert

RGB 193 23 204 -
CMYK 0.05 0.89 0 0.2
HSL 296.35º 0.8% 0.45% -
HSV(B) 296.35º 0.89% 0.8% -
XYZ 33.2 16.31 58.53 -
YUV 94.46 189.82 198.28 -
System Red Green Blue C M Y K H S L
Decimal 193 23 204 0.05 0.89 0 0.2 296.35 0.8 0.45
Hex C1 17 CC 5 59 0 14 128 50 2D
Octal 301 27 314 5 131 0 24 450 120 55
Binary 11000001 10111 11001100 101 1011001 0 10100 100101000 1010000 101101

Color Harmonies of #C117CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117CC

Black with #C117CC

Text Example


Text Example

White with #C117CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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