Html Css Color HEX #C441B9 Fuchsia

📋 copy color: '#C441B9'

red 196 ◦ green 65 ◦ blue 185

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

Shades of Fuchsia #C441B9

Tints of Fuchsia #C441B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 43.95%
G = 14.57%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C441B9 (or 0xC441B9) is known color: Fuchsia. HEX triplet: C4, 41 and B9. RGB value is (196,65,185). Sum of RGB (Red+Green+Blue) = 196+65+185=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C441B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441B9 is #3BBE46. Grayscale: #757575. Windows color (decimal): -3915335 or 12140996. OLE color: 12140996.

HSL color Cylindrical-coordinate representation of color #C441B9: hue angle of 305.04º 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 #C441B9 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 185 -
CMYK 0 0.67 0.06 0.23
HSL 305.04º 0.53% 0.51% -
HSV(B) 305.04º 0.67% 0.77% -
XYZ 33.41 19.02 47.81 -
YUV 117.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 196 65 185 0 0.67 0.06 0.23 305.04 0.53 0.51
Hex C4 41 B9 0 43 6 17 131 35 33
Octal 304 101 271 0 103 6 27 461 65 63
Binary 11000100 1000001 10111001 0 1000011 110 10111 100110001 110101 110011

Color Harmonies of #C441B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441B9

Black with #C441B9

Text Example


Text Example

White with #C441B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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