Html Css Color HEX #C11BCD Deep Magenta

📋 copy color: '#C11BCD'

red 193 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #C11BCD

Tints of Deep Magenta #C11BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 45.41%
G = 6.35%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C11BCD (or 0xC11BCD) is known color: Deep Magenta. HEX triplet: C1, 1B and CD. RGB value is (193,27,205). Sum of RGB (Red+Green+Blue) = 193+27+205=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C11BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCD is #3EE432. Grayscale: #606060. Windows color (decimal): -4121651 or 13441985. OLE color: 13441985.

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

Color convert

RGB 193 27 205 -
CMYK 0.06 0.87 0 0.20
HSL 295.96º 0.77% 0.45% -
HSV(B) 295.96º 0.87% 0.8% -
XYZ 33.4 16.53 59.19 -
YUV 96.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 193 27 205 0.06 0.87 0 0.20 295.96 0.77 0.45
Hex C1 1B CD 6 57 0 14 128 4D 2D
Octal 301 33 315 6 127 0 24 450 115 55
Binary 11000001 11011 11001101 110 1010111 0 10100 100101000 1001101 101101

Color Harmonies of #C11BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BCD

Black with #C11BCD

Text Example


Text Example

White with #C11BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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