Html Css Color HEX #C010AF Deep Magenta

📋 copy color: '#C010AF'

red 192 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C010AF

Tints of Deep Magenta #C010AF

RGB

 RED value IS 192 (75.39% from 255) = 50.13%

 GREEN value IS 16 (6.64% from 255) = 4.18%

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

R = 50.13%
G = 4.18%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C010AF (or 0xC010AF) is known color: Deep Magenta. HEX triplet: C0, 10 and AF. RGB value is (192,16,175). Sum of RGB (Red+Green+Blue) = 192+16+175=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AF is #3FEF50. Grayscale: #565656. Windows color (decimal): -4190033 or 11473088. OLE color: 11473088.

HSL color Cylindrical-coordinate representation of color #C010AF: hue angle of 305.8º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010AF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 175 -
CMYK 0 0.92 0.09 0.25
HSL 305.8º 0.85% 0.41% -
HSV(B) 305.8º 0.92% 0.75% -
XYZ 29.66 14.67 41.83 -
YUV 86.75 177.81 203.07 -
System Red Green Blue C M Y K H S L
Decimal 192 16 175 0 0.92 0.09 0.25 305.8 0.85 0.41
Hex C0 10 AF 0 5C 9 19 132 55 29
Octal 300 20 257 0 134 11 31 462 125 51
Binary 11000000 10000 10101111 0 1011100 1001 11001 100110010 1010101 101001

Color Harmonies of #C010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010AF

Black with #C010AF

Text Example


Text Example

White with #C010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010AF; }

 p { color: rgb(192,16,175); }

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

background-color css

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

 a { background-color: rgb(192,16,175); }

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

border-color css

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

 span { border-color: rgb(192,16,175); }

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