Html Css Color HEX #C462AF Fuchsia

📋 copy color: '#C462AF'

red 196 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #C462AF

Tints of Fuchsia #C462AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 41.79%
G = 20.9%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C462AF (or 0xC462AF) is known color: Fuchsia. HEX triplet: C4, 62 and AF. RGB value is (196,98,175). Sum of RGB (Red+Green+Blue) = 196+98+175=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AF is #3B9D50. Grayscale: #878787. Windows color (decimal): -3906897 or 11494084. OLE color: 11494084.

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

Color convert

RGB 196 98 175 -
CMYK 0 0.5 0.11 0.23
HSL 312.86º 0.45% 0.58% -
HSV(B) 312.86º 0.5% 0.77% -
XYZ 34.87 23.57 43.27 -
YUV 136.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 196 98 175 0 0.5 0.11 0.23 312.86 0.45 0.58
Hex C4 62 AF 0 32 B 17 139 2D 3A
Octal 304 142 257 0 62 13 27 471 55 72
Binary 11000100 1100010 10101111 0 110010 1011 10111 100111001 101101 111010

Color Harmonies of #C462AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462AF

Black with #C462AF

Text Example


Text Example

White with #C462AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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