Html Css Color HEX #C108BD Deep Magenta

📋 copy color: '#C108BD'

red 193 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #C108BD

Tints of Deep Magenta #C108BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 49.49%
G = 2.05%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C108BD (or 0xC108BD) is known color: Deep Magenta. HEX triplet: C1, 08 and BD. RGB value is (193,8,189). Sum of RGB (Red+Green+Blue) = 193+8+189=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C108BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C108BD is #3EF742. Grayscale: #535353. Windows color (decimal): -4126531 or 12388545. OLE color: 12388545.

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

Color convert

RGB 193 8 189 -
CMYK 0 0.96 0.02 0.24
HSL 301.3º 0.92% 0.39% -
HSV(B) 301.3º 0.96% 0.76% -
XYZ 31.26 15.19 49.43 -
YUV 83.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 193 8 189 0 0.96 0.02 0.24 301.3 0.92 0.39
Hex C1 8 BD 0 60 2 18 12D 5C 27
Octal 301 10 275 0 140 2 30 455 134 47
Binary 11000001 1000 10111101 0 1100000 10 11000 100101101 1011100 100111

Color Harmonies of #C108BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C108BD

Black with #C108BD

Text Example


Text Example

White with #C108BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C108BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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