Html Css Color HEX #C010B3 Deep Magenta

📋 copy color: '#C010B3'

red 192 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #C010B3

Tints of Deep Magenta #C010B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 49.61%
G = 4.13%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C010B3 (or 0xC010B3) is known color: Deep Magenta. HEX triplet: C0, 10 and B3. RGB value is (192,16,179). Sum of RGB (Red+Green+Blue) = 192+16+179=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C010B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010B3 is #3FEF4C. Grayscale: #565656. Windows color (decimal): -4190029 or 11735232. OLE color: 11735232.

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

Color convert

RGB 192 16 179 -
CMYK 0 0.92 0.07 0.25
HSL 304.43º 0.85% 0.41% -
HSV(B) 304.43º 0.92% 0.75% -
XYZ 30.06 14.83 43.93 -
YUV 87.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 192 16 179 0 0.92 0.07 0.25 304.43 0.85 0.41
Hex C0 10 B3 0 5C 7 19 130 55 29
Octal 300 20 263 0 134 7 31 460 125 51
Binary 11000000 10000 10110011 0 1011100 111 11001 100110000 1010101 101001

Color Harmonies of #C010B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010B3

Black with #C010B3

Text Example


Text Example

White with #C010B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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