Html Css Color HEX #C010B8 Deep Magenta

📋 copy color: '#C010B8'

red 192 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #C010B8

Tints of Deep Magenta #C010B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.94%

R = 48.98%
G = 4.08%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C010B8 (or 0xC010B8) is known color: Deep Magenta. HEX triplet: C0, 10 and B8. RGB value is (192,16,184). Sum of RGB (Red+Green+Blue) = 192+16+184=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C010B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010B8 is #3FEF47. Grayscale: #575757. Windows color (decimal): -4190024 or 12062912. OLE color: 12062912.

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

Color convert

RGB 192 16 184 -
CMYK 0 0.92 0.04 0.25
HSL 302.73º 0.85% 0.41% -
HSV(B) 302.73º 0.92% 0.75% -
XYZ 30.58 15.04 46.64 -
YUV 87.78 182.31 202.34 -
System Red Green Blue C M Y K H S L
Decimal 192 16 184 0 0.92 0.04 0.25 302.73 0.85 0.41
Hex C0 10 B8 0 5C 4 19 12F 55 29
Octal 300 20 270 0 134 4 31 457 125 51
Binary 11000000 10000 10111000 0 1011100 100 11001 100101111 1010101 101001

Color Harmonies of #C010B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010B8

Black with #C010B8

Text Example


Text Example

White with #C010B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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