Html Css Color HEX #C11CCD Deep Magenta

📋 copy color: '#C11CCD'

red 193 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C11CCD

Tints of Deep Magenta #C11CCD

RGB

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

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

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

R = 45.31%
G = 6.57%
B = 48.12%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C11CCD (or 0xC11CCD) is known color: Deep Magenta. HEX triplet: C1, 1C and CD. RGB value is (193,28,205). Sum of RGB (Red+Green+Blue) = 193+28+205=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C11CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCD is #3EE332. Grayscale: #606060. Windows color (decimal): -4121395 or 13442241. OLE color: 13442241.

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

Color convert

RGB 193 28 205 -
CMYK 0.06 0.86 0 0.20
HSL 295.93º 0.76% 0.46% -
HSV(B) 295.93º 0.86% 0.8% -
XYZ 33.43 16.58 59.2 -
YUV 97.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 193 28 205 0.06 0.86 0 0.20 295.93 0.76 0.46
Hex C1 1C CD 6 56 0 14 128 4C 2E
Octal 301 34 315 6 126 0 24 450 114 56
Binary 11000001 11100 11001101 110 1010110 0 10100 100101000 1001100 101110

Color Harmonies of #C11CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CCD

Black with #C11CCD

Text Example


Text Example

White with #C11CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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