Html Css Color HEX #C450BD Fuchsia

📋 copy color: '#C450BD'

red 196 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #C450BD

Tints of Fuchsia #C450BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 42.15%
G = 17.2%
B = 40.65%

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

#C450BD (or 0xC450BD) is known color: Fuchsia. HEX triplet: C4, 50 and BD. RGB value is (196,80,189). Sum of RGB (Red+Green+Blue) = 196+80+189=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C450BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450BD is #3BAF42. Grayscale: #7E7E7E. Windows color (decimal): -3911491 or 12406980. OLE color: 12406980.

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

Color convert

RGB 196 80 189 -
CMYK 0 0.59 0.04 0.23
HSL 303.62º 0.5% 0.54% -
HSV(B) 303.62º 0.59% 0.77% -
XYZ 34.82 21.15 50.39 -
YUV 127.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 196 80 189 0 0.59 0.04 0.23 303.62 0.5 0.54
Hex C4 50 BD 0 3B 4 17 130 32 36
Octal 304 120 275 0 73 4 27 460 62 66
Binary 11000100 1010000 10111101 0 111011 100 10111 100110000 110010 110110

Color Harmonies of #C450BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450BD

Black with #C450BD

Text Example


Text Example

White with #C450BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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