Html Css Color HEX #C11CCC Deep Magenta

📋 copy color: '#C11CCC'

red 193 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #C11CCC

Tints of Deep Magenta #C11CCC

RGB

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

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

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

R = 45.41%
G = 6.59%
B = 48%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C11CCC (or 0xC11CCC) is known color: Deep Magenta. HEX triplet: C1, 1C and CC. RGB value is (193,28,204). Sum of RGB (Red+Green+Blue) = 193+28+204=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C11CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCC is #3EE333. Grayscale: #606060. Windows color (decimal): -4121396 or 13376705. OLE color: 13376705.

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

Color convert

RGB 193 28 204 -
CMYK 0.05 0.86 0 0.2
HSL 296.25º 0.76% 0.45% -
HSV(B) 296.25º 0.86% 0.8% -
XYZ 33.31 16.53 58.56 -
YUV 97.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 193 28 204 0.05 0.86 0 0.2 296.25 0.76 0.45
Hex C1 1C CC 5 56 0 14 128 4C 2D
Octal 301 34 314 5 126 0 24 450 114 55
Binary 11000001 11100 11001100 101 1010110 0 10100 100101000 1001100 101101

Color Harmonies of #C11CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CCC

Black with #C11CCC

Text Example


Text Example

White with #C11CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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