Html Css Color HEX #C362AC Fuchsia

📋 copy color: '#C362AC'

red 195 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #C362AC

Tints of Fuchsia #C362AC

RGB

 RED value IS 195 (76.56% from 255) = 41.94%

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 41.94%
G = 21.08%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C362AC (or 0xC362AC) is known color: Fuchsia. HEX triplet: C3, 62 and AC. RGB value is (195,98,172). Sum of RGB (Red+Green+Blue) = 195+98+172=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AC is #3C9D53. Grayscale: #878787. Windows color (decimal): -3972436 or 11297475. OLE color: 11297475.

HSL color Cylindrical-coordinate representation of color #C362AC: hue angle of 314.23º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C362AC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 172 -
CMYK 0 0.50 0.12 0.24
HSL 314.23º 0.45% 0.57% -
HSV(B) 314.23º 0.5% 0.76% -
XYZ 34.32 23.32 41.72 -
YUV 135.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 195 98 172 0 0.50 0.12 0.24 314.23 0.45 0.57
Hex C3 62 AC 0 32 C 18 13A 2D 39
Octal 303 142 254 0 62 14 30 472 55 71
Binary 11000011 1100010 10101100 0 110010 1100 11000 100111010 101101 111001

Color Harmonies of #C362AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362AC

Black with #C362AC

Text Example


Text Example

White with #C362AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362AC; }

 p { color: rgb(195,98,172); }

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

background-color css

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

 a { background-color: rgb(195,98,172); }

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

border-color css

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

 span { border-color: rgb(195,98,172); }

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