Html Css Color HEX #C441BE Fuchsia

📋 copy color: '#C441BE'

red 196 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #C441BE

Tints of Fuchsia #C441BE

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

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

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

R = 43.46%
G = 14.41%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C441BE (or 0xC441BE) is known color: Fuchsia. HEX triplet: C4, 41 and BE. RGB value is (196,65,190). Sum of RGB (Red+Green+Blue) = 196+65+190=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C441BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441BE is #3BBE41. Grayscale: #767676. Windows color (decimal): -3915330 or 12468676. OLE color: 12468676.

HSL color Cylindrical-coordinate representation of color #C441BE: hue angle of 302.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441BE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 190 -
CMYK 0 0.67 0.03 0.23
HSL 302.75º 0.53% 0.51% -
HSV(B) 302.75º 0.67% 0.77% -
XYZ 33.95 19.23 50.64 -
YUV 118.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 196 65 190 0 0.67 0.03 0.23 302.75 0.53 0.51
Hex C4 41 BE 0 43 3 17 12F 35 33
Octal 304 101 276 0 103 3 27 457 65 63
Binary 11000100 1000001 10111110 0 1000011 11 10111 100101111 110101 110011

Color Harmonies of #C441BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441BE

Black with #C441BE

Text Example


Text Example

White with #C441BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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