Html Css Color HEX #C446B6 Fuchsia

📋 copy color: '#C446B6'

red 196 ◦ green 70 ◦ blue 182

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

Shades of Fuchsia #C446B6

Tints of Fuchsia #C446B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 43.75%
G = 15.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C446B6 (or 0xC446B6) is known color: Fuchsia. HEX triplet: C4, 46 and B6. RGB value is (196,70,182). Sum of RGB (Red+Green+Blue) = 196+70+182=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C446B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446B6 is #3BB949. Grayscale: #787878. Windows color (decimal): -3914058 or 11945668. OLE color: 11945668.

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

Color convert

RGB 196 70 182 -
CMYK 0 0.64 0.07 0.23
HSL 306.67º 0.52% 0.52% -
HSV(B) 306.67º 0.64% 0.77% -
XYZ 33.4 19.49 46.26 -
YUV 120.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 196 70 182 0 0.64 0.07 0.23 306.67 0.52 0.52
Hex C4 46 B6 0 40 7 17 133 34 34
Octal 304 106 266 0 100 7 27 463 64 64
Binary 11000100 1000110 10110110 0 1000000 111 10111 100110011 110100 110100

Color Harmonies of #C446B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446B6

Black with #C446B6

Text Example


Text Example

White with #C446B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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