Html Css Color HEX #C11BCE Deep Magenta

📋 copy color: '#C11BCE'

red 193 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C11BCE

Tints of Deep Magenta #C11BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.34%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 45.31%
G = 6.34%
B = 48.36%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C11BCE (or 0xC11BCE) is known color: Deep Magenta. HEX triplet: C1, 1B and CE. RGB value is (193,27,206). Sum of RGB (Red+Green+Blue) = 193+27+206=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #C11BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCE is #3EE431. Grayscale: #606060. Windows color (decimal): -4121650 or 13507521. OLE color: 13507521.

HSL color Cylindrical-coordinate representation of color #C11BCE: hue angle of 295.64º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11BCE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 27 206 -
CMYK 0.06 0.87 0 0.19
HSL 295.64º 0.77% 0.46% -
HSV(B) 295.64º 0.87% 0.81% -
XYZ 33.52 16.58 59.83 -
YUV 97.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 193 27 206 0.06 0.87 0 0.19 295.64 0.77 0.46
Hex C1 1B CE 6 57 0 13 128 4D 2E
Octal 301 33 316 6 127 0 23 450 115 56
Binary 11000001 11011 11001110 110 1010111 0 10011 100101000 1001101 101110

Color Harmonies of #C11BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BCE

Black with #C11BCE

Text Example


Text Example

White with #C11BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BCE; }

 p { color: rgb(193,27,206); }

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

background-color css

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

 a { background-color: rgb(193,27,206); }

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

border-color css

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

 span { border-color: rgb(193,27,206); }

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