Html Css Color HEX #C450BE Fuchsia

📋 copy color: '#C450BE'

red 196 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #C450BE

Tints of Fuchsia #C450BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 42.06%
G = 17.17%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C450BE (or 0xC450BE) is known color: Fuchsia. HEX triplet: C4, 50 and BE. RGB value is (196,80,190). Sum of RGB (Red+Green+Blue) = 196+80+190=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C450BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450BE is #3BAF41. Grayscale: #7E7E7E. Windows color (decimal): -3911490 or 12472516. OLE color: 12472516.

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

Color convert

RGB 196 80 190 -
CMYK 0 0.59 0.03 0.23
HSL 303.1º 0.5% 0.54% -
HSV(B) 303.1º 0.59% 0.77% -
XYZ 34.93 21.19 50.96 -
YUV 127.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 196 80 190 0 0.59 0.03 0.23 303.1 0.5 0.54
Hex C4 50 BE 0 3B 3 17 12F 32 36
Octal 304 120 276 0 73 3 27 457 62 66
Binary 11000100 1010000 10111110 0 111011 11 10111 100101111 110010 110110

Color Harmonies of #C450BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450BE

Black with #C450BE

Text Example


Text Example

White with #C450BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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