Html Css Color HEX #C046AE Fuchsia

📋 copy color: '#C046AE'

red 192 ◦ green 70 ◦ blue 174

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

Shades of Fuchsia #C046AE

Tints of Fuchsia #C046AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 44.04%
G = 16.06%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C046AE (or 0xC046AE) is known color: Fuchsia. HEX triplet: C0, 46 and AE. RGB value is (192,70,174). Sum of RGB (Red+Green+Blue) = 192+70+174=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C046AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046AE is #3FB951. Grayscale: #767676. Windows color (decimal): -4176210 or 11421376. OLE color: 11421376.

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

Color convert

RGB 192 70 174 -
CMYK 0 0.64 0.09 0.25
HSL 308.85º 0.49% 0.51% -
HSV(B) 308.85º 0.64% 0.75% -
XYZ 31.57 18.64 41.98 -
YUV 118.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 192 70 174 0 0.64 0.09 0.25 308.85 0.49 0.51
Hex C0 46 AE 0 40 9 19 135 31 33
Octal 300 106 256 0 100 11 31 465 61 63
Binary 11000000 1000110 10101110 0 1000000 1001 11001 100110101 110001 110011

Color Harmonies of #C046AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046AE

Black with #C046AE

Text Example


Text Example

White with #C046AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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