Html Css Color HEX #C108AA Deep Magenta

📋 copy color: '#C108AA'

red 193 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #C108AA

Tints of Deep Magenta #C108AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 52.02%
G = 2.16%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C108AA (or 0xC108AA) is known color: Deep Magenta. HEX triplet: C1, 08 and AA. RGB value is (193,8,170). Sum of RGB (Red+Green+Blue) = 193+8+170=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C108AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C108AA is #3EF755. Grayscale: #515151. Windows color (decimal): -4126550 or 11143361. OLE color: 11143361.

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

Color convert

RGB 193 8 170 -
CMYK 0 0.96 0.12 0.24
HSL 307.46º 0.92% 0.39% -
HSV(B) 307.46º 0.96% 0.76% -
XYZ 29.33 14.41 39.27 -
YUV 81.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 193 8 170 0 0.96 0.12 0.24 307.46 0.92 0.39
Hex C1 8 AA 0 60 C 18 133 5C 27
Octal 301 10 252 0 140 14 30 463 134 47
Binary 11000001 1000 10101010 0 1100000 1100 11000 100110011 1011100 100111

Color Harmonies of #C108AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C108AA

Black with #C108AA

Text Example


Text Example

White with #C108AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C108AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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