Html Css Color HEX #C105B1 Deep Magenta

📋 copy color: '#C105B1'

red 193 ◦ green 5 ◦ blue 177

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

Shades of Deep Magenta #C105B1

Tints of Deep Magenta #C105B1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 51.47%
G = 1.33%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C105B1 (or 0xC105B1) is known color: Deep Magenta. HEX triplet: C1, 05 and B1. RGB value is (193,5,177). Sum of RGB (Red+Green+Blue) = 193+5+177=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C105B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C105B1 is #3EFA4E. Grayscale: #505050. Windows color (decimal): -4127311 or 11601345. OLE color: 11601345.

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

Color convert

RGB 193 5 177 -
CMYK 0 0.97 0.08 0.24
HSL 305.11º 0.95% 0.39% -
HSV(B) 305.11º 0.97% 0.76% -
XYZ 29.98 14.62 42.84 -
YUV 80.82 182.28 208.01 -
System Red Green Blue C M Y K H S L
Decimal 193 5 177 0 0.97 0.08 0.24 305.11 0.95 0.39
Hex C1 5 B1 0 61 8 18 131 5F 27
Octal 301 5 261 0 141 10 30 461 137 47
Binary 11000001 101 10110001 0 1100001 1000 11000 100110001 1011111 100111

Color Harmonies of #C105B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105B1

Black with #C105B1

Text Example


Text Example

White with #C105B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105B1; }

 p { color: rgb(193,5,177); }

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

background-color css

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

 a { background-color: rgb(193,5,177); }

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

border-color css

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

 span { border-color: rgb(193,5,177); }

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