Html Css Color HEX #C441BB Fuchsia

📋 copy color: '#C441BB'

red 196 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #C441BB

Tints of Fuchsia #C441BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 43.75%
G = 14.51%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C441BB (or 0xC441BB) is known color: Fuchsia. HEX triplet: C4, 41 and BB. RGB value is (196,65,187). Sum of RGB (Red+Green+Blue) = 196+65+187=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C441BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441BB is #3BBE44. Grayscale: #757575. Windows color (decimal): -3915333 or 12272068. OLE color: 12272068.

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

Color convert

RGB 196 65 187 -
CMYK 0 0.67 0.05 0.23
HSL 304.12º 0.53% 0.51% -
HSV(B) 304.12º 0.67% 0.77% -
XYZ 33.62 19.1 48.93 -
YUV 118.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 196 65 187 0 0.67 0.05 0.23 304.12 0.53 0.51
Hex C4 41 BB 0 43 5 17 130 35 33
Octal 304 101 273 0 103 5 27 460 65 63
Binary 11000100 1000001 10111011 0 1000011 101 10111 100110000 110101 110011

Color Harmonies of #C441BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441BB

Black with #C441BB

Text Example


Text Example

White with #C441BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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