Html Css Color HEX #C361C1 Fuchsia

📋 copy color: '#C361C1'

red 195 ◦ green 97 ◦ blue 193

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

Shades of Fuchsia #C361C1

Tints of Fuchsia #C361C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 40.21%
G = 20%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C361C1 (or 0xC361C1) is known color: Fuchsia. HEX triplet: C3, 61 and C1. RGB value is (195,97,193). Sum of RGB (Red+Green+Blue) = 195+97+193=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C361C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361C1 is #3C9E3E. Grayscale: #888888. Windows color (decimal): -3972671 or 12673475. OLE color: 12673475.

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

Color convert

RGB 195 97 193 -
CMYK 0 0.50 0.01 0.24
HSL 301.22º 0.45% 0.57% -
HSV(B) 301.22º 0.5% 0.76% -
XYZ 36.41 24 53.17 -
YUV 137.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 195 97 193 0 0.50 0.01 0.24 301.22 0.45 0.57
Hex C3 61 C1 0 32 1 18 12D 2D 39
Octal 303 141 301 0 62 1 30 455 55 71
Binary 11000011 1100001 11000001 0 110010 1 11000 100101101 101101 111001

Color Harmonies of #C361C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361C1

Black with #C361C1

Text Example


Text Example

White with #C361C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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