Html Css Color HEX #C462BA Fuchsia

📋 copy color: '#C462BA'

red 196 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #C462BA

Tints of Fuchsia #C462BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.42%

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

R = 40.83%
G = 20.42%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C462BA (or 0xC462BA) is known color: Fuchsia. HEX triplet: C4, 62 and BA. RGB value is (196,98,186). Sum of RGB (Red+Green+Blue) = 196+98+186=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BA is #3B9D45. Grayscale: #898989. Windows color (decimal): -3906886 or 12214980. OLE color: 12214980.

HSL color Cylindrical-coordinate representation of color #C462BA: hue angle of 306.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462BA is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 186 -
CMYK 0 0.5 0.05 0.23
HSL 306.12º 0.45% 0.58% -
HSV(B) 306.12º 0.5% 0.77% -
XYZ 36 24.02 49.19 -
YUV 137.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 196 98 186 0 0.5 0.05 0.23 306.12 0.45 0.58
Hex C4 62 BA 0 32 5 17 132 2D 3A
Octal 304 142 272 0 62 5 27 462 55 72
Binary 11000100 1100010 10111010 0 110010 101 10111 100110010 101101 111010

Color Harmonies of #C462BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462BA

Black with #C462BA

Text Example


Text Example

White with #C462BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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