Html Css Color HEX #C362AA Fuchsia

📋 copy color: '#C362AA'

red 195 ◦ green 98 ◦ blue 170

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

Shades of Fuchsia #C362AA

Tints of Fuchsia #C362AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 42.12%
G = 21.17%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C362AA (or 0xC362AA) is known color: Fuchsia. HEX triplet: C3, 62 and AA. RGB value is (195,98,170). Sum of RGB (Red+Green+Blue) = 195+98+170=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AA is #3C9D55. Grayscale: #878787. Windows color (decimal): -3972438 or 11166403. OLE color: 11166403.

HSL color Cylindrical-coordinate representation of color #C362AA: hue angle of 315.46º 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 #C362AA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 170 -
CMYK 0 0.50 0.13 0.24
HSL 315.46º 0.45% 0.57% -
HSV(B) 315.46º 0.5% 0.76% -
XYZ 34.13 23.24 40.72 -
YUV 135.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 195 98 170 0 0.50 0.13 0.24 315.46 0.45 0.57
Hex C3 62 AA 0 32 D 18 13B 2D 39
Octal 303 142 252 0 62 15 30 473 55 71
Binary 11000011 1100010 10101010 0 110010 1101 11000 100111011 101101 111001

Color Harmonies of #C362AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362AA

Black with #C362AA

Text Example


Text Example

White with #C362AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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