Html Css Color HEX #C450B0 Fuchsia

📋 copy color: '#C450B0'

red 196 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #C450B0

Tints of Fuchsia #C450B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 43.36%
G = 17.7%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C450B0 (or 0xC450B0) is known color: Fuchsia. HEX triplet: C4, 50 and B0. RGB value is (196,80,176). Sum of RGB (Red+Green+Blue) = 196+80+176=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C450B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450B0 is #3BAF4F. Grayscale: #7D7D7D. Windows color (decimal): -3911504 or 11555012. OLE color: 11555012.

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

Color convert

RGB 196 80 176 -
CMYK 0 0.59 0.10 0.23
HSL 310.34º 0.5% 0.54% -
HSV(B) 310.34º 0.59% 0.77% -
XYZ 33.47 20.61 43.29 -
YUV 125.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 196 80 176 0 0.59 0.10 0.23 310.34 0.5 0.54
Hex C4 50 B0 0 3B A 17 136 32 36
Octal 304 120 260 0 73 12 27 466 62 66
Binary 11000100 1010000 10110000 0 111011 1010 10111 100110110 110010 110110

Color Harmonies of #C450B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450B0

Black with #C450B0

Text Example


Text Example

White with #C450B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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