Html Css Color HEX #C108AD Deep Magenta

📋 copy color: '#C108AD'

red 193 ◦ green 8 ◦ blue 173

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

Shades of Deep Magenta #C108AD

Tints of Deep Magenta #C108AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 51.6%
G = 2.14%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C108AD (or 0xC108AD) is known color: Deep Magenta. HEX triplet: C1, 08 and AD. RGB value is (193,8,173). Sum of RGB (Red+Green+Blue) = 193+8+173=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C108AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C108AD is #3EF752. Grayscale: #515151. Windows color (decimal): -4126547 or 11339969. OLE color: 11339969.

HSL color Cylindrical-coordinate representation of color #C108AD: hue angle of 306.49º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C108AD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 173 -
CMYK 0 0.96 0.10 0.24
HSL 306.49º 0.92% 0.39% -
HSV(B) 306.49º 0.96% 0.76% -
XYZ 29.62 14.53 40.78 -
YUV 82.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 193 8 173 0 0.96 0.10 0.24 306.49 0.92 0.39
Hex C1 8 AD 0 60 A 18 132 5C 27
Octal 301 10 255 0 140 12 30 462 134 47
Binary 11000001 1000 10101101 0 1100000 1010 11000 100110010 1011100 100111

Color Harmonies of #C108AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C108AD

Black with #C108AD

Text Example


Text Example

White with #C108AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C108AD; }

 p { color: rgb(193,8,173); }

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

background-color css

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

 a { background-color: rgb(193,8,173); }

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

border-color css

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

 span { border-color: rgb(193,8,173); }

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