Html Css Color HEX #C362AE Fuchsia

📋 copy color: '#C362AE'

red 195 ◦ green 98 ◦ blue 174

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

Shades of Fuchsia #C362AE

Tints of Fuchsia #C362AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 41.76%
G = 20.99%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C362AE (or 0xC362AE) is known color: Fuchsia. HEX triplet: C3, 62 and AE. RGB value is (195,98,174). Sum of RGB (Red+Green+Blue) = 195+98+174=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AE is #3C9D51. Grayscale: #878787. Windows color (decimal): -3972434 or 11428547. OLE color: 11428547.

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

Color convert

RGB 195 98 174 -
CMYK 0 0.50 0.11 0.24
HSL 312.99º 0.45% 0.57% -
HSV(B) 312.99º 0.5% 0.76% -
XYZ 34.51 23.39 42.74 -
YUV 135.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 195 98 174 0 0.50 0.11 0.24 312.99 0.45 0.57
Hex C3 62 AE 0 32 B 18 139 2D 39
Octal 303 142 256 0 62 13 30 471 55 71
Binary 11000011 1100010 10101110 0 110010 1011 11000 100111001 101101 111001

Color Harmonies of #C362AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362AE

Black with #C362AE

Text Example


Text Example

White with #C362AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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