Html Css Color HEX #C11CCF Deep Magenta

📋 copy color: '#C11CCF'

red 193 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #C11CCF

Tints of Deep Magenta #C11CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 45.09%
G = 6.54%
B = 48.36%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C11CCF (or 0xC11CCF) is known color: Deep Magenta. HEX triplet: C1, 1C and CF. RGB value is (193,28,207). Sum of RGB (Red+Green+Blue) = 193+28+207=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C11CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CCF is #3EE330. Grayscale: #616161. Windows color (decimal): -4121393 or 13573313. OLE color: 13573313.

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

Color convert

RGB 193 28 207 -
CMYK 0.07 0.86 0 0.19
HSL 295.31º 0.76% 0.46% -
HSV(B) 295.31º 0.86% 0.81% -
XYZ 33.67 16.67 60.48 -
YUV 97.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 193 28 207 0.07 0.86 0 0.19 295.31 0.76 0.46
Hex C1 1C CF 7 56 0 13 127 4C 2E
Octal 301 34 317 7 126 0 23 447 114 56
Binary 11000001 11100 11001111 111 1010110 0 10011 100100111 1001100 101110

Color Harmonies of #C11CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CCF

Black with #C11CCF

Text Example


Text Example

White with #C11CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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