Html Css Color HEX #C448B1 Fuchsia

📋 copy color: '#C448B1'

red 196 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #C448B1

Tints of Fuchsia #C448B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.18%

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 44.04%
G = 16.18%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C448B1 (or 0xC448B1) is known color: Fuchsia. HEX triplet: C4, 48 and B1. RGB value is (196,72,177). Sum of RGB (Red+Green+Blue) = 196+72+177=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C448B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448B1 is #3BB74E. Grayscale: #787878. Windows color (decimal): -3913551 or 11618500. OLE color: 11618500.

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

Color convert

RGB 196 72 177 -
CMYK 0 0.63 0.10 0.23
HSL 309.19º 0.51% 0.53% -
HSV(B) 309.19º 0.63% 0.77% -
XYZ 33.02 19.54 43.63 -
YUV 121.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 196 72 177 0 0.63 0.10 0.23 309.19 0.51 0.53
Hex C4 48 B1 0 3F A 17 135 33 35
Octal 304 110 261 0 77 12 27 465 63 65
Binary 11000100 1001000 10110001 0 111111 1010 10111 100110101 110011 110101

Color Harmonies of #C448B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448B1

Black with #C448B1

Text Example


Text Example

White with #C448B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448B1; }

 p { color: rgb(196,72,177); }

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

background-color css

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

 a { background-color: rgb(196,72,177); }

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

border-color css

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

 span { border-color: rgb(196,72,177); }

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