Html Css Color HEX #C441BC Fuchsia

📋 copy color: '#C441BC'

red 196 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #C441BC

Tints of Fuchsia #C441BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 43.65%
G = 14.48%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C441BC (or 0xC441BC) is known color: Fuchsia. HEX triplet: C4, 41 and BC. RGB value is (196,65,188). Sum of RGB (Red+Green+Blue) = 196+65+188=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C441BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441BC is #3BBE43. Grayscale: #757575. Windows color (decimal): -3915332 or 12337604. OLE color: 12337604.

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

Color convert

RGB 196 65 188 -
CMYK 0 0.67 0.04 0.23
HSL 303.66º 0.53% 0.51% -
HSV(B) 303.66º 0.67% 0.77% -
XYZ 33.73 19.15 49.49 -
YUV 118.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 196 65 188 0 0.67 0.04 0.23 303.66 0.53 0.51
Hex C4 41 BC 0 43 4 17 130 35 33
Octal 304 101 274 0 103 4 27 460 65 63
Binary 11000100 1000001 10111100 0 1000011 100 10111 100110000 110101 110011

Color Harmonies of #C441BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441BC

Black with #C441BC

Text Example


Text Example

White with #C441BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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