Html Css Color HEX #C451BC Fuchsia

📋 copy color: '#C451BC'

red 196 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #C451BC

Tints of Fuchsia #C451BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 42.15%
G = 17.42%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C451BC (or 0xC451BC) is known color: Fuchsia. HEX triplet: C4, 51 and BC. RGB value is (196,81,188). Sum of RGB (Red+Green+Blue) = 196+81+188=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BC is #3BAE43. Grayscale: #7F7F7F. Windows color (decimal): -3911236 or 12341700. OLE color: 12341700.

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

Color convert

RGB 196 81 188 -
CMYK 0 0.59 0.04 0.23
HSL 304.17º 0.49% 0.54% -
HSV(B) 304.17º 0.59% 0.77% -
XYZ 34.78 21.25 49.85 -
YUV 127.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 196 81 188 0 0.59 0.04 0.23 304.17 0.49 0.54
Hex C4 51 BC 0 3B 4 17 130 31 36
Octal 304 121 274 0 73 4 27 460 61 66
Binary 11000100 1010001 10111100 0 111011 100 10111 100110000 110001 110110

Color Harmonies of #C451BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C451BC

Black with #C451BC

Text Example


Text Example

White with #C451BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C451BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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