Html Css Color HEX #C107B0 Deep Magenta

📋 copy color: '#C107B0'

red 193 ◦ green 7 ◦ blue 176

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

Shades of Deep Magenta #C107B0

Tints of Deep Magenta #C107B0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 51.33%
G = 1.86%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C107B0 (or 0xC107B0) is known color: Deep Magenta. HEX triplet: C1, 07 and B0. RGB value is (193,7,176). Sum of RGB (Red+Green+Blue) = 193+7+176=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C107B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C107B0 is #3EF84F. Grayscale: #515151. Windows color (decimal): -4126800 or 11536321. OLE color: 11536321.

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

Color convert

RGB 193 7 176 -
CMYK 0 0.96 0.09 0.24
HSL 305.48º 0.93% 0.39% -
HSV(B) 305.48º 0.96% 0.76% -
XYZ 29.9 14.62 42.32 -
YUV 81.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 193 7 176 0 0.96 0.09 0.24 305.48 0.93 0.39
Hex C1 7 B0 0 60 9 18 131 5D 27
Octal 301 7 260 0 140 11 30 461 135 47
Binary 11000001 111 10110000 0 1100000 1001 11000 100110001 1011101 100111

Color Harmonies of #C107B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C107B0

Black with #C107B0

Text Example


Text Example

White with #C107B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C107B0; }

 p { color: rgb(193,7,176); }

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

background-color css

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

 a { background-color: rgb(193,7,176); }

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

border-color css

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

 span { border-color: rgb(193,7,176); }

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