Html Css Color HEX #C010BB Deep Magenta

📋 copy color: '#C010BB'

red 192 ◦ green 16 ◦ blue 187

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

Shades of Deep Magenta #C010BB

Tints of Deep Magenta #C010BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 48.61%
G = 4.05%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C010BB (or 0xC010BB) is known color: Deep Magenta. HEX triplet: C0, 10 and BB. RGB value is (192,16,187). Sum of RGB (Red+Green+Blue) = 192+16+187=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BB is #3FEF44. Grayscale: #575757. Windows color (decimal): -4190021 or 12259520. OLE color: 12259520.

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

Color convert

RGB 192 16 187 -
CMYK 0 0.92 0.03 0.25
HSL 301.7º 0.85% 0.41% -
HSV(B) 301.7º 0.92% 0.75% -
XYZ 30.89 15.16 48.31 -
YUV 88.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 192 16 187 0 0.92 0.03 0.25 301.7 0.85 0.41
Hex C0 10 BB 0 5C 3 19 12E 55 29
Octal 300 20 273 0 134 3 31 456 125 51
Binary 11000000 10000 10111011 0 1011100 11 11001 100101110 1010101 101001

Color Harmonies of #C010BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010BB

Black with #C010BB

Text Example


Text Example

White with #C010BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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