Html Css Color HEX #C11BCC Deep Magenta

📋 copy color: '#C11BCC'

red 193 ◦ green 27 ◦ blue 204

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

Shades of Deep Magenta #C11BCC

Tints of Deep Magenta #C11BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 45.52%
G = 6.37%
B = 48.11%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C11BCC (or 0xC11BCC) is known color: Deep Magenta. HEX triplet: C1, 1B and CC. RGB value is (193,27,204). Sum of RGB (Red+Green+Blue) = 193+27+204=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCC is #3EE433. Grayscale: #606060. Windows color (decimal): -4121652 or 13376449. OLE color: 13376449.

HSL color Cylindrical-coordinate representation of color #C11BCC: hue angle of 296.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11BCC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 27 204 -
CMYK 0.05 0.87 0 0.2
HSL 296.27º 0.77% 0.45% -
HSV(B) 296.27º 0.87% 0.8% -
XYZ 33.28 16.48 58.55 -
YUV 96.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 193 27 204 0.05 0.87 0 0.2 296.27 0.77 0.45
Hex C1 1B CC 5 57 0 14 128 4D 2D
Octal 301 33 314 5 127 0 24 450 115 55
Binary 11000001 11011 11001100 101 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C11BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BCC

Black with #C11BCC

Text Example


Text Example

White with #C11BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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