Html Css Color HEX #C041BE Fuchsia

📋 copy color: '#C041BE'

red 192 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #C041BE

Tints of Fuchsia #C041BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 42.95%
G = 14.54%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C041BE (or 0xC041BE) is known color: Fuchsia. HEX triplet: C0, 41 and BE. RGB value is (192,65,190). Sum of RGB (Red+Green+Blue) = 192+65+190=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C041BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041BE is #3FBE41. Grayscale: #747474. Windows color (decimal): -4177474 or 12468672. OLE color: 12468672.

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

Color convert

RGB 192 65 190 -
CMYK 0 0.66 0.01 0.25
HSL 300.94º 0.5% 0.5% -
HSV(B) 300.94º 0.66% 0.75% -
XYZ 32.92 18.7 50.59 -
YUV 117.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 192 65 190 0 0.66 0.01 0.25 300.94 0.5 0.5
Hex C0 41 BE 0 42 1 19 12D 32 32
Octal 300 101 276 0 102 1 31 455 62 62
Binary 11000000 1000001 10111110 0 1000010 1 11001 100101101 110010 110010

Color Harmonies of #C041BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041BE

Black with #C041BE

Text Example


Text Example

White with #C041BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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