Html Css Color HEX #C010BD Deep Magenta

📋 copy color: '#C010BD'

red 192 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #C010BD

Tints of Deep Magenta #C010BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 48.36%
G = 4.03%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C010BD (or 0xC010BD) is known color: Deep Magenta. HEX triplet: C0, 10 and BD. RGB value is (192,16,189). Sum of RGB (Red+Green+Blue) = 192+16+189=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BD is #3FEF42. Grayscale: #575757. Windows color (decimal): -4190019 or 12390592. OLE color: 12390592.

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

Color convert

RGB 192 16 189 -
CMYK 0 0.92 0.02 0.25
HSL 301.02º 0.85% 0.41% -
HSV(B) 301.02º 0.92% 0.75% -
XYZ 31.11 15.25 49.45 -
YUV 88.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 192 16 189 0 0.92 0.02 0.25 301.02 0.85 0.41
Hex C0 10 BD 0 5C 2 19 12D 55 29
Octal 300 20 275 0 134 2 31 455 125 51
Binary 11000000 10000 10111101 0 1011100 10 11001 100101101 1010101 101001

Color Harmonies of #C010BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010BD

Black with #C010BD

Text Example


Text Example

White with #C010BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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