Html Css Color HEX #C446BD Fuchsia

📋 copy color: '#C446BD'

red 196 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #C446BD

Tints of Fuchsia #C446BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 43.08%
G = 15.38%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C446BD (or 0xC446BD) is known color: Fuchsia. HEX triplet: C4, 46 and BD. RGB value is (196,70,189). Sum of RGB (Red+Green+Blue) = 196+70+189=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C446BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446BD is #3BB942. Grayscale: #787878. Windows color (decimal): -3914051 or 12404420. OLE color: 12404420.

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

Color convert

RGB 196 70 189 -
CMYK 0 0.64 0.04 0.23
HSL 303.33º 0.52% 0.52% -
HSV(B) 303.33º 0.64% 0.77% -
XYZ 34.14 19.79 50.16 -
YUV 121.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 196 70 189 0 0.64 0.04 0.23 303.33 0.52 0.52
Hex C4 46 BD 0 40 4 17 12F 34 34
Octal 304 106 275 0 100 4 27 457 64 64
Binary 11000100 1000110 10111101 0 1000000 100 10111 100101111 110100 110100

Color Harmonies of #C446BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446BD

Black with #C446BD

Text Example


Text Example

White with #C446BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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