Html Css Color HEX #C041B0 Fuchsia

📋 copy color: '#C041B0'

red 192 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #C041B0

Tints of Fuchsia #C041B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 44.34%
G = 15.01%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C041B0 (or 0xC041B0) is known color: Fuchsia. HEX triplet: C0, 41 and B0. RGB value is (192,65,176). Sum of RGB (Red+Green+Blue) = 192+65+176=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041B0 is #3FBE4F. Grayscale: #737373. Windows color (decimal): -4177488 or 11551168. OLE color: 11551168.

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

Color convert

RGB 192 65 176 -
CMYK 0 0.66 0.08 0.25
HSL 307.56º 0.5% 0.5% -
HSV(B) 307.56º 0.66% 0.75% -
XYZ 31.47 18.12 42.91 -
YUV 115.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 192 65 176 0 0.66 0.08 0.25 307.56 0.5 0.5
Hex C0 41 B0 0 42 8 19 134 32 32
Octal 300 101 260 0 102 10 31 464 62 62
Binary 11000000 1000001 10110000 0 1000010 1000 11001 100110100 110010 110010

Color Harmonies of #C041B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041B0

Black with #C041B0

Text Example


Text Example

White with #C041B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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