Html Css Color HEX #C11BCB Deep Magenta

📋 copy color: '#C11BCB'

red 193 ◦ green 27 ◦ blue 203

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

Shades of Deep Magenta #C11BCB

Tints of Deep Magenta #C11BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 45.63%
G = 6.38%
B = 47.99%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C11BCB (or 0xC11BCB) is known color: Deep Magenta. HEX triplet: C1, 1B and CB. RGB value is (193,27,203). Sum of RGB (Red+Green+Blue) = 193+27+203=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C11BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCB is #3EE434. Grayscale: #606060. Windows color (decimal): -4121653 or 13310913. OLE color: 13310913.

HSL color Cylindrical-coordinate representation of color #C11BCB: hue angle of 296.59º 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 #C11BCB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 27 203 -
CMYK 0.05 0.87 0 0.20
HSL 296.59º 0.77% 0.45% -
HSV(B) 296.59º 0.87% 0.8% -
XYZ 33.16 16.43 57.92 -
YUV 96.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 193 27 203 0.05 0.87 0 0.20 296.59 0.77 0.45
Hex C1 1B CB 5 57 0 14 129 4D 2D
Octal 301 33 313 5 127 0 24 451 115 55
Binary 11000001 11011 11001011 101 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C11BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BCB

Black with #C11BCB

Text Example


Text Example

White with #C11BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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