Html Css Color HEX #C101BE Deep Magenta

📋 copy color: '#C101BE'

red 193 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #C101BE

Tints of Deep Magenta #C101BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 50.26%
G = 0.26%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C101BE (or 0xC101BE) is known color: Deep Magenta. HEX triplet: C1, 01 and BE. RGB value is (193,1,190). Sum of RGB (Red+Green+Blue) = 193+1+190=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C101BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101BE is #3EFE41. Grayscale: #4F4F4F. Windows color (decimal): -4128322 or 12452289. OLE color: 12452289.

HSL color Cylindrical-coordinate representation of color #C101BE: hue angle of 300.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C101BE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 190 -
CMYK 0 0.99 0.02 0.24
HSL 300.94º 0.99% 0.38% -
HSV(B) 300.94º 0.99% 0.76% -
XYZ 31.3 15.08 49.98 -
YUV 79.95 190.11 208.63 -
System Red Green Blue C M Y K H S L
Decimal 193 1 190 0 0.99 0.02 0.24 300.94 0.99 0.38
Hex C1 1 BE 0 63 2 18 12D 63 26
Octal 301 1 276 0 143 2 30 455 143 46
Binary 11000001 1 10111110 0 1100011 10 11000 100101101 1100011 100110

Color Harmonies of #C101BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101BE

Black with #C101BE

Text Example


Text Example

White with #C101BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101BE; }

 p { color: rgb(193,1,190); }

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

background-color css

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

 a { background-color: rgb(193,1,190); }

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

border-color css

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

 span { border-color: rgb(193,1,190); }

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