Html Css Color HEX #C460B5 Fuchsia

📋 copy color: '#C460B5'

red 196 ◦ green 96 ◦ blue 181

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

Shades of Fuchsia #C460B5

Tints of Fuchsia #C460B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 41.44%
G = 20.3%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C460B5 (or 0xC460B5) is known color: Fuchsia. HEX triplet: C4, 60 and B5. RGB value is (196,96,181). Sum of RGB (Red+Green+Blue) = 196+96+181=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C460B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460B5 is #3B9F4A. Grayscale: #878787. Windows color (decimal): -3907403 or 11886788. OLE color: 11886788.

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

Color convert

RGB 196 96 181 -
CMYK 0 0.51 0.08 0.23
HSL 309º 0.46% 0.57% -
HSV(B) 309º 0.51% 0.77% -
XYZ 35.29 23.44 46.38 -
YUV 135.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 196 96 181 0 0.51 0.08 0.23 309 0.46 0.57
Hex C4 60 B5 0 33 8 17 135 2E 39
Octal 304 140 265 0 63 10 27 465 56 71
Binary 11000100 1100000 10110101 0 110011 1000 10111 100110101 101110 111001

Color Harmonies of #C460B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460B5

Black with #C460B5

Text Example


Text Example

White with #C460B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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