Html Css Color HEX #C101AF Deep Magenta

📋 copy color: '#C101AF'

red 193 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #C101AF

Tints of Deep Magenta #C101AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 52.3%
G = 0.27%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C101AF (or 0xC101AF) is known color: Deep Magenta. HEX triplet: C1, 01 and AF. RGB value is (193,1,175). Sum of RGB (Red+Green+Blue) = 193+1+175=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C101AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C101AF is #3EFE50. Grayscale: #4D4D4D. Windows color (decimal): -4128337 or 11469249. OLE color: 11469249.

HSL color Cylindrical-coordinate representation of color #C101AF: hue angle of 305.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C101AF is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 175 -
CMYK 0 0.99 0.09 0.24
HSL 305.63º 0.99% 0.38% -
HSV(B) 305.63º 0.99% 0.76% -
XYZ 29.74 14.45 41.78 -
YUV 78.24 182.61 209.85 -
System Red Green Blue C M Y K H S L
Decimal 193 1 175 0 0.99 0.09 0.24 305.63 0.99 0.38
Hex C1 1 AF 0 63 9 18 132 63 26
Octal 301 1 257 0 143 11 30 462 143 46
Binary 11000001 1 10101111 0 1100011 1001 11000 100110010 1100011 100110

Color Harmonies of #C101AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101AF

Black with #C101AF

Text Example


Text Example

White with #C101AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101AF; }

 p { color: rgb(193,1,175); }

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

background-color css

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

 a { background-color: rgb(193,1,175); }

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

border-color css

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

 span { border-color: rgb(193,1,175); }

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