Html Css Color HEX #C041BA Fuchsia

📋 copy color: '#C041BA'

red 192 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C041BA

Tints of Fuchsia #C041BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.67%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 43.34%
G = 14.67%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C041BA (or 0xC041BA) is known color: Fuchsia. HEX triplet: C0, 41 and BA. RGB value is (192,65,186). Sum of RGB (Red+Green+Blue) = 192+65+186=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C041BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041BA is #3FBE45. Grayscale: #747474. Windows color (decimal): -4177478 or 12206528. OLE color: 12206528.

HSL color Cylindrical-coordinate representation of color #C041BA: hue angle of 302.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041BA is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 186 -
CMYK 0 0.66 0.03 0.25
HSL 302.83º 0.5% 0.5% -
HSV(B) 302.83º 0.66% 0.75% -
XYZ 32.49 18.53 48.32 -
YUV 116.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 192 65 186 0 0.66 0.03 0.25 302.83 0.5 0.5
Hex C0 41 BA 0 42 3 19 12F 32 32
Octal 300 101 272 0 102 3 31 457 62 62
Binary 11000000 1000001 10111010 0 1000010 11 11001 100101111 110010 110010

Color Harmonies of #C041BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041BA

Black with #C041BA

Text Example


Text Example

White with #C041BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041BA; }

 p { color: rgb(192,65,186); }

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

background-color css

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

 a { background-color: rgb(192,65,186); }

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

border-color css

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

 span { border-color: rgb(192,65,186); }

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