Html Css Color HEX #C460C0 Fuchsia

📋 copy color: '#C460C0'

red 196 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #C460C0

Tints of Fuchsia #C460C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 40.5%
G = 19.83%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C460C0 (or 0xC460C0) is known color: Fuchsia. HEX triplet: C4, 60 and C0. RGB value is (196,96,192). Sum of RGB (Red+Green+Blue) = 196+96+192=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C460C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460C0 is #3B9F3F. Grayscale: #888888. Windows color (decimal): -3907392 or 12607684. OLE color: 12607684.

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

Color convert

RGB 196 96 192 -
CMYK 0 0.51 0.02 0.23
HSL 302.4º 0.46% 0.57% -
HSV(B) 302.4º 0.51% 0.77% -
XYZ 36.46 23.91 52.56 -
YUV 136.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 196 96 192 0 0.51 0.02 0.23 302.4 0.46 0.57
Hex C4 60 C0 0 33 2 17 12E 2E 39
Octal 304 140 300 0 63 2 27 456 56 71
Binary 11000100 1100000 11000000 0 110011 10 10111 100101110 101110 111001

Color Harmonies of #C460C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460C0

Black with #C460C0

Text Example


Text Example

White with #C460C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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