Html Css Color HEX #C446BB Fuchsia

📋 copy color: '#C446BB'

red 196 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #C446BB

Tints of Fuchsia #C446BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 43.27%
G = 15.45%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C446BB (or 0xC446BB) is known color: Fuchsia. HEX triplet: C4, 46 and BB. RGB value is (196,70,187). Sum of RGB (Red+Green+Blue) = 196+70+187=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C446BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446BB is #3BB944. Grayscale: #787878. Windows color (decimal): -3914053 or 12273348. OLE color: 12273348.

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

Color convert

RGB 196 70 187 -
CMYK 0 0.64 0.05 0.23
HSL 304.29º 0.52% 0.52% -
HSV(B) 304.29º 0.64% 0.77% -
XYZ 33.92 19.7 49.03 -
YUV 121.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 196 70 187 0 0.64 0.05 0.23 304.29 0.52 0.52
Hex C4 46 BB 0 40 5 17 130 34 34
Octal 304 106 273 0 100 5 27 460 64 64
Binary 11000100 1000110 10111011 0 1000000 101 10111 100110000 110100 110100

Color Harmonies of #C446BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446BB

Black with #C446BB

Text Example


Text Example

White with #C446BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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