Html Css Color HEX #C450AF Fuchsia

📋 copy color: '#C450AF'

red 196 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #C450AF

Tints of Fuchsia #C450AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 43.46%
G = 17.74%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C450AF (or 0xC450AF) is known color: Fuchsia. HEX triplet: C4, 50 and AF. RGB value is (196,80,175). Sum of RGB (Red+Green+Blue) = 196+80+175=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C450AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450AF is #3BAF50. Grayscale: #7D7D7D. Windows color (decimal): -3911505 or 11489476. OLE color: 11489476.

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

Color convert

RGB 196 80 175 -
CMYK 0 0.59 0.11 0.23
HSL 310.86º 0.5% 0.54% -
HSV(B) 310.86º 0.59% 0.77% -
XYZ 33.37 20.57 42.77 -
YUV 125.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 196 80 175 0 0.59 0.11 0.23 310.86 0.5 0.54
Hex C4 50 AF 0 3B B 17 137 32 36
Octal 304 120 257 0 73 13 27 467 62 66
Binary 11000100 1010000 10101111 0 111011 1011 10111 100110111 110010 110110

Color Harmonies of #C450AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450AF

Black with #C450AF

Text Example


Text Example

White with #C450AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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