Html Css Color HEX #C10FAB Deep Magenta

📋 copy color: '#C10FAB'

red 193 ◦ green 15 ◦ blue 171

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

Shades of Deep Magenta #C10FAB

Tints of Deep Magenta #C10FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.96%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 50.92%
G = 3.96%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C10FAB (or 0xC10FAB) is known color: Deep Magenta. HEX triplet: C1, 0F and AB. RGB value is (193,15,171). Sum of RGB (Red+Green+Blue) = 193+15+171=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C10FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10FAB is #3EF054. Grayscale: #555555. Windows color (decimal): -4124757 or 11210689. OLE color: 11210689.

HSL color Cylindrical-coordinate representation of color #C10FAB: hue angle of 307.42º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10FAB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 15 171 -
CMYK 0 0.92 0.11 0.24
HSL 307.42º 0.86% 0.41% -
HSV(B) 307.42º 0.92% 0.76% -
XYZ 29.51 14.62 39.79 -
YUV 86.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 193 15 171 0 0.92 0.11 0.24 307.42 0.86 0.41
Hex C1 F AB 0 5C B 18 133 56 29
Octal 301 17 253 0 134 13 30 463 126 51
Binary 11000001 1111 10101011 0 1011100 1011 11000 100110011 1010110 101001

Color Harmonies of #C10FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FAB

Black with #C10FAB

Text Example


Text Example

White with #C10FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FAB; }

 p { color: rgb(193,15,171); }

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

background-color css

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

 a { background-color: rgb(193,15,171); }

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

border-color css

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

 span { border-color: rgb(193,15,171); }

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