Html Css Color HEX #C041B7 Fuchsia

📋 copy color: '#C041B7'

red 192 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #C041B7

Tints of Fuchsia #C041B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 43.64%
G = 14.77%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C041B7 (or 0xC041B7) is known color: Fuchsia. HEX triplet: C0, 41 and B7. RGB value is (192,65,183). Sum of RGB (Red+Green+Blue) = 192+65+183=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041B7 is #3FBE48. Grayscale: #747474. Windows color (decimal): -4177481 or 12009920. OLE color: 12009920.

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

Color convert

RGB 192 65 183 -
CMYK 0 0.66 0.05 0.25
HSL 304.25º 0.5% 0.5% -
HSV(B) 304.25º 0.66% 0.75% -
XYZ 32.18 18.41 46.66 -
YUV 116.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 192 65 183 0 0.66 0.05 0.25 304.25 0.5 0.5
Hex C0 41 B7 0 42 5 19 130 32 32
Octal 300 101 267 0 102 5 31 460 62 62
Binary 11000000 1000001 10110111 0 1000010 101 11001 100110000 110010 110010

Color Harmonies of #C041B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041B7

Black with #C041B7

Text Example


Text Example

White with #C041B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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