Html Css Color HEX #C448BA Fuchsia

📋 copy color: '#C448BA'

red 196 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #C448BA

Tints of Fuchsia #C448BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 43.17%
G = 15.86%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C448BA (or 0xC448BA) is known color: Fuchsia. HEX triplet: C4, 48 and BA. RGB value is (196,72,186). Sum of RGB (Red+Green+Blue) = 196+72+186=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C448BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448BA is #3BB745. Grayscale: #797979. Windows color (decimal): -3913542 or 12208324. OLE color: 12208324.

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

Color convert

RGB 196 72 186 -
CMYK 0 0.63 0.05 0.23
HSL 304.84º 0.51% 0.53% -
HSV(B) 304.84º 0.63% 0.77% -
XYZ 33.95 19.92 48.51 -
YUV 122.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 196 72 186 0 0.63 0.05 0.23 304.84 0.51 0.53
Hex C4 48 BA 0 3F 5 17 131 33 35
Octal 304 110 272 0 77 5 27 461 63 65
Binary 11000100 1001000 10111010 0 111111 101 10111 100110001 110011 110101

Color Harmonies of #C448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448BA

Black with #C448BA

Text Example


Text Example

White with #C448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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