Html Css Color HEX #C441B6 Fuchsia

📋 copy color: '#C441B6'

red 196 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #C441B6

Tints of Fuchsia #C441B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 44.24%
G = 14.67%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C441B6 (or 0xC441B6) is known color: Fuchsia. HEX triplet: C4, 41 and B6. RGB value is (196,65,182). Sum of RGB (Red+Green+Blue) = 196+65+182=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C441B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441B6 is #3BBE49. Grayscale: #757575. Windows color (decimal): -3915338 or 11944388. OLE color: 11944388.

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

Color convert

RGB 196 65 182 -
CMYK 0 0.67 0.07 0.23
HSL 306.41º 0.53% 0.51% -
HSV(B) 306.41º 0.67% 0.77% -
XYZ 33.1 18.89 46.16 -
YUV 117.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 196 65 182 0 0.67 0.07 0.23 306.41 0.53 0.51
Hex C4 41 B6 0 43 7 17 132 35 33
Octal 304 101 266 0 103 7 27 462 65 63
Binary 11000100 1000001 10110110 0 1000011 111 10111 100110010 110101 110011

Color Harmonies of #C441B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441B6

Black with #C441B6

Text Example


Text Example

White with #C441B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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