Html Css Color HEX #C361C5 Fuchsia

📋 copy color: '#C361C5'

red 195 ◦ green 97 ◦ blue 197

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

Shades of Fuchsia #C361C5

Tints of Fuchsia #C361C5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.84%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 39.88%
G = 19.84%
B = 40.29%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C361C5 (or 0xC361C5) is known color: Fuchsia. HEX triplet: C3, 61 and C5. RGB value is (195,97,197). Sum of RGB (Red+Green+Blue) = 195+97+197=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #C361C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361C5 is #3C9E3A. Grayscale: #898989. Windows color (decimal): -3972667 or 12935619. OLE color: 12935619.

HSL color Cylindrical-coordinate representation of color #C361C5: hue angle of 298.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C361C5 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 97 197 -
CMYK 0.01 0.51 0 0.23
HSL 298.8º 0.46% 0.58% -
HSV(B) 298.8º 0.51% 0.77% -
XYZ 36.86 24.18 55.55 -
YUV 137.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 195 97 197 0.01 0.51 0 0.23 298.8 0.46 0.58
Hex C3 61 C5 1 33 0 17 12B 2E 3A
Octal 303 141 305 1 63 0 27 453 56 72
Binary 11000011 1100001 11000101 1 110011 0 10111 100101011 101110 111010

Color Harmonies of #C361C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361C5

Black with #C361C5

Text Example


Text Example

White with #C361C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361C5; }

 p { color: rgb(195,97,197); }

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

background-color css

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

 a { background-color: rgb(195,97,197); }

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

border-color css

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

 span { border-color: rgb(195,97,197); }

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