Html Css Color HEX #C446B4 Fuchsia

📋 copy color: '#C446B4'

red 196 ◦ green 70 ◦ blue 180

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

Shades of Fuchsia #C446B4

Tints of Fuchsia #C446B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 43.95%
G = 15.7%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C446B4 (or 0xC446B4) is known color: Fuchsia. HEX triplet: C4, 46 and B4. RGB value is (196,70,180). Sum of RGB (Red+Green+Blue) = 196+70+180=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C446B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446B4 is #3BB94B. Grayscale: #777777. Windows color (decimal): -3914060 or 11814596. OLE color: 11814596.

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

Color convert

RGB 196 70 180 -
CMYK 0 0.64 0.08 0.23
HSL 307.62º 0.52% 0.52% -
HSV(B) 307.62º 0.64% 0.77% -
XYZ 33.19 19.41 45.18 -
YUV 120.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 196 70 180 0 0.64 0.08 0.23 307.62 0.52 0.52
Hex C4 46 B4 0 40 8 17 134 34 34
Octal 304 106 264 0 100 10 27 464 64 64
Binary 11000100 1000110 10110100 0 1000000 1000 10111 100110100 110100 110100

Color Harmonies of #C446B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446B4

Black with #C446B4

Text Example


Text Example

White with #C446B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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