Html Css Color HEX #C046B3 Fuchsia

📋 copy color: '#C046B3'

red 192 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #C046B3

Tints of Fuchsia #C046B3

RGB

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

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

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

R = 43.54%
G = 15.87%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C046B3 (or 0xC046B3) is known color: Fuchsia. HEX triplet: C0, 46 and B3. RGB value is (192,70,179). Sum of RGB (Red+Green+Blue) = 192+70+179=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C046B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046B3 is #3FB94C. Grayscale: #767676. Windows color (decimal): -4176205 or 11749056. OLE color: 11749056.

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

Color convert

RGB 192 70 179 -
CMYK 0 0.64 0.07 0.25
HSL 306.39º 0.49% 0.51% -
HSV(B) 306.39º 0.64% 0.75% -
XYZ 32.07 18.84 44.59 -
YUV 118.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 192 70 179 0 0.64 0.07 0.25 306.39 0.49 0.51
Hex C0 46 B3 0 40 7 19 132 31 33
Octal 300 106 263 0 100 7 31 462 61 63
Binary 11000000 1000110 10110011 0 1000000 111 11001 100110010 110001 110011

Color Harmonies of #C046B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046B3

Black with #C046B3

Text Example


Text Example

White with #C046B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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