Html Css Color HEX #C362AF Fuchsia

📋 copy color: '#C362AF'

red 195 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #C362AF

Tints of Fuchsia #C362AF

RGB

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

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

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

R = 41.67%
G = 20.94%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C362AF (or 0xC362AF) is known color: Fuchsia. HEX triplet: C3, 62 and AF. RGB value is (195,98,175). Sum of RGB (Red+Green+Blue) = 195+98+175=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AF is #3C9D50. Grayscale: #878787. Windows color (decimal): -3972433 or 11494083. OLE color: 11494083.

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

Color convert

RGB 195 98 175 -
CMYK 0 0.50 0.10 0.24
HSL 312.37º 0.45% 0.57% -
HSV(B) 312.37º 0.5% 0.76% -
XYZ 34.61 23.43 43.26 -
YUV 135.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 195 98 175 0 0.50 0.10 0.24 312.37 0.45 0.57
Hex C3 62 AF 0 32 A 18 138 2D 39
Octal 303 142 257 0 62 12 30 470 55 71
Binary 11000011 1100010 10101111 0 110010 1010 11000 100111000 101101 111001

Color Harmonies of #C362AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362AF

Black with #C362AF

Text Example


Text Example

White with #C362AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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