Html Css Color HEX #C046AD Fuchsia

📋 copy color: '#C046AD'

red 192 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #C046AD

Tints of Fuchsia #C046AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 44.14%
G = 16.09%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C046AD (or 0xC046AD) is known color: Fuchsia. HEX triplet: C0, 46 and AD. RGB value is (192,70,173). Sum of RGB (Red+Green+Blue) = 192+70+173=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C046AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046AD is #3FB952. Grayscale: #757575. Windows color (decimal): -4176211 or 11355840. OLE color: 11355840.

HSL color Cylindrical-coordinate representation of color #C046AD: hue angle of 309.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046AD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 173 -
CMYK 0 0.64 0.10 0.25
HSL 309.34º 0.49% 0.51% -
HSV(B) 309.34º 0.64% 0.75% -
XYZ 31.47 18.6 41.47 -
YUV 118.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 192 70 173 0 0.64 0.10 0.25 309.34 0.49 0.51
Hex C0 46 AD 0 40 A 19 135 31 33
Octal 300 106 255 0 100 12 31 465 61 63
Binary 11000000 1000110 10101101 0 1000000 1010 11001 100110101 110001 110011

Color Harmonies of #C046AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046AD

Black with #C046AD

Text Example


Text Example

White with #C046AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046AD; }

 p { color: rgb(192,70,173); }

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

background-color css

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

 a { background-color: rgb(192,70,173); }

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

border-color css

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

 span { border-color: rgb(192,70,173); }

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