Html Css Color HEX #C446A8 Fuchsia

📋 copy color: '#C446A8'

red 196 ◦ green 70 ◦ blue 168

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

Shades of Fuchsia #C446A8

Tints of Fuchsia #C446A8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 45.16%
G = 16.13%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C446A8 (or 0xC446A8) is known color: Fuchsia. HEX triplet: C4, 46 and A8. RGB value is (196,70,168). Sum of RGB (Red+Green+Blue) = 196+70+168=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C446A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446A8 is #3BB957. Grayscale: #767676. Windows color (decimal): -3914072 or 11028164. OLE color: 11028164.

HSL color Cylindrical-coordinate representation of color #C446A8: hue angle of 313.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C446A8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 168 -
CMYK 0 0.64 0.14 0.23
HSL 313.33º 0.52% 0.52% -
HSV(B) 313.33º 0.64% 0.77% -
XYZ 32.02 18.94 39.01 -
YUV 118.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 196 70 168 0 0.64 0.14 0.23 313.33 0.52 0.52
Hex C4 46 A8 0 40 E 17 139 34 34
Octal 304 106 250 0 100 16 27 471 64 64
Binary 11000100 1000110 10101000 0 1000000 1110 10111 100111001 110100 110100

Color Harmonies of #C446A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446A8

Black with #C446A8

Text Example


Text Example

White with #C446A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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