Html Css Color HEX #C11BCF Deep Magenta

📋 copy color: '#C11BCF'

red 193 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #C11BCF

Tints of Deep Magenta #C11BCF

RGB

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

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

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

R = 45.2%
G = 6.32%
B = 48.48%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C11BCF (or 0xC11BCF) is known color: Deep Magenta. HEX triplet: C1, 1B and CF. RGB value is (193,27,207). Sum of RGB (Red+Green+Blue) = 193+27+207=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #C11BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11BCF is #3EE430. Grayscale: #606060. Windows color (decimal): -4121649 or 13573057. OLE color: 13573057.

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

Color convert

RGB 193 27 207 -
CMYK 0.07 0.87 0 0.19
HSL 295.33º 0.77% 0.46% -
HSV(B) 295.33º 0.87% 0.81% -
XYZ 33.65 16.63 60.47 -
YUV 97.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 193 27 207 0.07 0.87 0 0.19 295.33 0.77 0.46
Hex C1 1B CF 7 57 0 13 127 4D 2E
Octal 301 33 317 7 127 0 23 447 115 56
Binary 11000001 11011 11001111 111 1010111 0 10011 100100111 1001101 101110

Color Harmonies of #C11BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11BCF

Black with #C11BCF

Text Example


Text Example

White with #C11BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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