Html Css Color HEX #C446B2 Fuchsia

📋 copy color: '#C446B2'

red 196 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #C446B2

Tints of Fuchsia #C446B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 44.14%
G = 15.77%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C446B2 (or 0xC446B2) is known color: Fuchsia. HEX triplet: C4, 46 and B2. RGB value is (196,70,178). Sum of RGB (Red+Green+Blue) = 196+70+178=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C446B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446B2 is #3BB94D. Grayscale: #777777. Windows color (decimal): -3914062 or 11683524. OLE color: 11683524.

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

Color convert

RGB 196 70 178 -
CMYK 0 0.64 0.09 0.23
HSL 308.57º 0.52% 0.52% -
HSV(B) 308.57º 0.64% 0.77% -
XYZ 32.99 19.33 44.11 -
YUV 119.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 196 70 178 0 0.64 0.09 0.23 308.57 0.52 0.52
Hex C4 46 B2 0 40 9 17 135 34 34
Octal 304 106 262 0 100 11 27 465 64 64
Binary 11000100 1000110 10110010 0 1000000 1001 10111 100110101 110100 110100

Color Harmonies of #C446B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446B2

Black with #C446B2

Text Example


Text Example

White with #C446B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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