Html Css Color HEX #C451BB Fuchsia

📋 copy color: '#C451BB'

red 196 ◦ green 81 ◦ blue 187

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

Shades of Fuchsia #C451BB

Tints of Fuchsia #C451BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 42.24%
G = 17.46%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C451BB (or 0xC451BB) is known color: Fuchsia. HEX triplet: C4, 51 and BB. RGB value is (196,81,187). Sum of RGB (Red+Green+Blue) = 196+81+187=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BB is #3BAE44. Grayscale: #7F7F7F. Windows color (decimal): -3911237 or 12276164. OLE color: 12276164.

HSL color Cylindrical-coordinate representation of color #C451BB: hue angle of 304.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451BB is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 187 -
CMYK 0 0.59 0.05 0.23
HSL 304.7º 0.49% 0.54% -
HSV(B) 304.7º 0.59% 0.77% -
XYZ 34.68 21.21 49.28 -
YUV 127.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 196 81 187 0 0.59 0.05 0.23 304.7 0.49 0.54
Hex C4 51 BB 0 3B 5 17 131 31 36
Octal 304 121 273 0 73 5 27 461 61 66
Binary 11000100 1010001 10111011 0 111011 101 10111 100110001 110001 110110

Color Harmonies of #C451BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451BB

Black with #C451BB

Text Example


Text Example

White with #C451BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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