Html Css Color HEX #C448A8 Fuchsia

📋 copy color: '#C448A8'

red 196 ◦ green 72 ◦ blue 168

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

Shades of Fuchsia #C448A8

Tints of Fuchsia #C448A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 44.95%
G = 16.51%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C448A8 (or 0xC448A8) is known color: Fuchsia. HEX triplet: C4, 48 and A8. RGB value is (196,72,168). Sum of RGB (Red+Green+Blue) = 196+72+168=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C448A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448A8 is #3BB757. Grayscale: #777777. Windows color (decimal): -3913560 or 11028676. OLE color: 11028676.

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

Color convert

RGB 196 72 168 -
CMYK 0 0.63 0.14 0.23
HSL 313.55º 0.51% 0.53% -
HSV(B) 313.55º 0.63% 0.77% -
XYZ 32.15 19.2 39.06 -
YUV 120.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 196 72 168 0 0.63 0.14 0.23 313.55 0.51 0.53
Hex C4 48 A8 0 3F E 17 13A 33 35
Octal 304 110 250 0 77 16 27 472 63 65
Binary 11000100 1001000 10101000 0 111111 1110 10111 100111010 110011 110101

Color Harmonies of #C448A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448A8

Black with #C448A8

Text Example


Text Example

White with #C448A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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