Html Css Color HEX #C365AF Fuchsia

📋 copy color: '#C365AF'

red 195 ◦ green 101 ◦ blue 175

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

Shades of Fuchsia #C365AF

Tints of Fuchsia #C365AF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 41.4%
G = 21.44%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C365AF (or 0xC365AF) is known color: Fuchsia. HEX triplet: C3, 65 and AF. RGB value is (195,101,175). Sum of RGB (Red+Green+Blue) = 195+101+175=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AF is #3C9A50. Grayscale: #898989. Windows color (decimal): -3971665 or 11494851. OLE color: 11494851.

HSL color Cylindrical-coordinate representation of color #C365AF: hue angle of 312.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365AF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 175 -
CMYK 0 0.48 0.10 0.24
HSL 312.77º 0.44% 0.58% -
HSV(B) 312.77º 0.48% 0.76% -
XYZ 34.9 24 43.35 -
YUV 137.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 195 101 175 0 0.48 0.10 0.24 312.77 0.44 0.58
Hex C3 65 AF 0 30 A 18 139 2C 3A
Octal 303 145 257 0 60 12 30 471 54 72
Binary 11000011 1100101 10101111 0 110000 1010 11000 100111001 101100 111010

Color Harmonies of #C365AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365AF

Black with #C365AF

Text Example


Text Example

White with #C365AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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