Html Css Color HEX #C450B9 Fuchsia

📋 copy color: '#C450B9'

red 196 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #C450B9

Tints of Fuchsia #C450B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 42.52%
G = 17.35%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C450B9 (or 0xC450B9) is known color: Fuchsia. HEX triplet: C4, 50 and B9. RGB value is (196,80,185). Sum of RGB (Red+Green+Blue) = 196+80+185=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C450B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450B9 is #3BAF46. Grayscale: #7E7E7E. Windows color (decimal): -3911495 or 12144836. OLE color: 12144836.

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

Color convert

RGB 196 80 185 -
CMYK 0 0.59 0.06 0.23
HSL 305.69º 0.5% 0.54% -
HSV(B) 305.69º 0.59% 0.77% -
XYZ 34.39 20.98 48.14 -
YUV 126.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 196 80 185 0 0.59 0.06 0.23 305.69 0.5 0.54
Hex C4 50 B9 0 3B 6 17 132 32 36
Octal 304 120 271 0 73 6 27 462 62 66
Binary 11000100 1010000 10111001 0 111011 110 10111 100110010 110010 110110

Color Harmonies of #C450B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450B9

Black with #C450B9

Text Example


Text Example

White with #C450B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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