Html Css Color HEX #C11CCB Deep Magenta

📋 copy color: '#C11CCB'

red 193 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #C11CCB

Tints of Deep Magenta #C11CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.6%

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

R = 45.52%
G = 6.6%
B = 47.88%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C11CCB (or 0xC11CCB) is known color: Deep Magenta. HEX triplet: C1, 1C and CB. RGB value is (193,28,203). Sum of RGB (Red+Green+Blue) = 193+28+203=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C11CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCB is #3EE334. Grayscale: #606060. Windows color (decimal): -4121397 or 13311169. OLE color: 13311169.

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

Color convert

RGB 193 28 203 -
CMYK 0.05 0.86 0 0.20
HSL 296.57º 0.76% 0.45% -
HSV(B) 296.57º 0.86% 0.8% -
XYZ 33.19 16.48 57.93 -
YUV 97.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 193 28 203 0.05 0.86 0 0.20 296.57 0.76 0.45
Hex C1 1C CB 5 56 0 14 129 4C 2D
Octal 301 34 313 5 126 0 24 451 114 55
Binary 11000001 11100 11001011 101 1010110 0 10100 100101001 1001100 101101

Color Harmonies of #C11CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CCB

Black with #C11CCB

Text Example


Text Example

White with #C11CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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