Html Css Color HEX #C460A8 Fuchsia

📋 copy color: '#C460A8'

red 196 ◦ green 96 ◦ blue 168

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

Shades of Fuchsia #C460A8

Tints of Fuchsia #C460A8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 42.61%
G = 20.87%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C460A8 (or 0xC460A8) is known color: Fuchsia. HEX triplet: C4, 60 and A8. RGB value is (196,96,168). Sum of RGB (Red+Green+Blue) = 196+96+168=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C460A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460A8 is #3B9F57. Grayscale: #858585. Windows color (decimal): -3907416 or 11034820. OLE color: 11034820.

HSL color Cylindrical-coordinate representation of color #C460A8: hue angle of 316.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C460A8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 168 -
CMYK 0 0.51 0.14 0.23
HSL 316.8º 0.46% 0.57% -
HSV(B) 316.8º 0.51% 0.77% -
XYZ 34.02 22.93 39.68 -
YUV 134.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 196 96 168 0 0.51 0.14 0.23 316.8 0.46 0.57
Hex C4 60 A8 0 33 E 17 13D 2E 39
Octal 304 140 250 0 63 16 27 475 56 71
Binary 11000100 1100000 10101000 0 110011 1110 10111 100111101 101110 111001

Color Harmonies of #C460A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460A8

Black with #C460A8

Text Example


Text Example

White with #C460A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460A8; }

 p { color: rgb(196,96,168); }

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

background-color css

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

 a { background-color: rgb(196,96,168); }

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

border-color css

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

 span { border-color: rgb(196,96,168); }

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