Html Css Color HEX #C460BA Fuchsia

📋 copy color: '#C460BA'

red 196 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #C460BA

Tints of Fuchsia #C460BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 41%
G = 20.08%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C460BA (or 0xC460BA) is known color: Fuchsia. HEX triplet: C4, 60 and BA. RGB value is (196,96,186). Sum of RGB (Red+Green+Blue) = 196+96+186=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C460BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460BA is #3B9F45. Grayscale: #878787. Windows color (decimal): -3907398 or 12214468. OLE color: 12214468.

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

Color convert

RGB 196 96 186 -
CMYK 0 0.51 0.05 0.23
HSL 306º 0.46% 0.57% -
HSV(B) 306º 0.51% 0.77% -
XYZ 35.81 23.65 49.13 -
YUV 136.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 196 96 186 0 0.51 0.05 0.23 306 0.46 0.57
Hex C4 60 BA 0 33 5 17 132 2E 39
Octal 304 140 272 0 63 5 27 462 56 71
Binary 11000100 1100000 10111010 0 110011 101 10111 100110010 101110 111001

Color Harmonies of #C460BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460BA

Black with #C460BA

Text Example


Text Example

White with #C460BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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