Html Css Color HEX #C046B5 Fuchsia

📋 copy color: '#C046B5'

red 192 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #C046B5

Tints of Fuchsia #C046B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 43.34%
G = 15.8%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C046B5 (or 0xC046B5) is known color: Fuchsia. HEX triplet: C0, 46 and B5. RGB value is (192,70,181). Sum of RGB (Red+Green+Blue) = 192+70+181=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C046B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046B5 is #3FB94A. Grayscale: #767676. Windows color (decimal): -4176203 or 11880128. OLE color: 11880128.

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

Color convert

RGB 192 70 181 -
CMYK 0 0.64 0.06 0.25
HSL 305.41º 0.49% 0.51% -
HSV(B) 305.41º 0.64% 0.75% -
XYZ 32.27 18.92 45.67 -
YUV 119.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 192 70 181 0 0.64 0.06 0.25 305.41 0.49 0.51
Hex C0 46 B5 0 40 6 19 131 31 33
Octal 300 106 265 0 100 6 31 461 61 63
Binary 11000000 1000110 10110101 0 1000000 110 11001 100110001 110001 110011

Color Harmonies of #C046B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046B5

Black with #C046B5

Text Example


Text Example

White with #C046B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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