Html Css Color HEX #C446BF Fuchsia

📋 copy color: '#C446BF'

red 196 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #C446BF

Tints of Fuchsia #C446BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 42.89%
G = 15.32%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C446BF (or 0xC446BF) is known color: Fuchsia. HEX triplet: C4, 46 and BF. RGB value is (196,70,191). Sum of RGB (Red+Green+Blue) = 196+70+191=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C446BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446BF is #3BB940. Grayscale: #797979. Windows color (decimal): -3914049 or 12535492. OLE color: 12535492.

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

Color convert

RGB 196 70 191 -
CMYK 0 0.64 0.03 0.23
HSL 302.38º 0.52% 0.52% -
HSV(B) 302.38º 0.64% 0.77% -
XYZ 34.36 19.88 51.32 -
YUV 121.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 196 70 191 0 0.64 0.03 0.23 302.38 0.52 0.52
Hex C4 46 BF 0 40 3 17 12E 34 34
Octal 304 106 277 0 100 3 27 456 64 64
Binary 11000100 1000110 10111111 0 1000000 11 10111 100101110 110100 110100

Color Harmonies of #C446BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446BF

Black with #C446BF

Text Example


Text Example

White with #C446BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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