Html Css Color HEX #C10BB6 Deep Magenta

📋 copy color: '#C10BB6'

red 193 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #C10BB6

Tints of Deep Magenta #C10BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 50%
G = 2.85%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C10BB6 (or 0xC10BB6) is known color: Deep Magenta. HEX triplet: C1, 0B and B6. RGB value is (193,11,182). Sum of RGB (Red+Green+Blue) = 193+11+182=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BB6 is #3EF449. Grayscale: #545454. Windows color (decimal): -4125770 or 11930561. OLE color: 11930561.

HSL color Cylindrical-coordinate representation of color #C10BB6: hue angle of 303.63º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BB6 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 182 -
CMYK 0 0.94 0.06 0.24
HSL 303.63º 0.89% 0.4% -
HSV(B) 303.63º 0.94% 0.76% -
XYZ 30.56 14.95 45.53 -
YUV 84.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 193 11 182 0 0.94 0.06 0.24 303.63 0.89 0.4
Hex C1 B B6 0 5E 6 18 130 59 28
Octal 301 13 266 0 136 6 30 460 131 50
Binary 11000001 1011 10110110 0 1011110 110 11000 100110000 1011001 101000

Color Harmonies of #C10BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BB6

Black with #C10BB6

Text Example


Text Example

White with #C10BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BB6; }

 p { color: rgb(193,11,182); }

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

background-color css

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

 a { background-color: rgb(193,11,182); }

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

border-color css

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

 span { border-color: rgb(193,11,182); }

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