Html Css Color HEX #C010BF Deep Magenta

📋 copy color: '#C010BF'

red 192 ◦ green 16 ◦ blue 191

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

Shades of Deep Magenta #C010BF

Tints of Deep Magenta #C010BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 48.12%
G = 4.01%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C010BF (or 0xC010BF) is known color: Deep Magenta. HEX triplet: C0, 10 and BF. RGB value is (192,16,191). Sum of RGB (Red+Green+Blue) = 192+16+191=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BF is #3FEF40. Grayscale: #585858. Windows color (decimal): -4190017 or 12521664. OLE color: 12521664.

HSL color Cylindrical-coordinate representation of color #C010BF: hue angle of 300.34º 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 #C010BF is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 191 -
CMYK 0 0.92 0.01 0.25
HSL 300.34º 0.85% 0.41% -
HSV(B) 300.34º 0.92% 0.75% -
XYZ 31.33 15.34 50.6 -
YUV 88.57 185.81 201.77 -
System Red Green Blue C M Y K H S L
Decimal 192 16 191 0 0.92 0.01 0.25 300.34 0.85 0.41
Hex C0 10 BF 0 5C 1 19 12C 55 29
Octal 300 20 277 0 134 1 31 454 125 51
Binary 11000000 10000 10111111 0 1011100 1 11001 100101100 1010101 101001

Color Harmonies of #C010BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010BF

Black with #C010BF

Text Example


Text Example

White with #C010BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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