Html Css Color HEX #C361C2 Fuchsia

📋 copy color: '#C361C2'

red 195 ◦ green 97 ◦ blue 194

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

Shades of Fuchsia #C361C2

Tints of Fuchsia #C361C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 40.12%
G = 19.96%
B = 39.92%

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

#C361C2 (or 0xC361C2) is known color: Fuchsia. HEX triplet: C3, 61 and C2. RGB value is (195,97,194). Sum of RGB (Red+Green+Blue) = 195+97+194=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C361C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361C2 is #3C9E3D. Grayscale: #898989. Windows color (decimal): -3972670 or 12739011. OLE color: 12739011.

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

Color convert

RGB 195 97 194 -
CMYK 0 0.50 0.01 0.24
HSL 300.61º 0.45% 0.57% -
HSV(B) 300.61º 0.5% 0.76% -
XYZ 36.52 24.05 53.76 -
YUV 137.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 195 97 194 0 0.50 0.01 0.24 300.61 0.45 0.57
Hex C3 61 C2 0 32 1 18 12D 2D 39
Octal 303 141 302 0 62 1 30 455 55 71
Binary 11000011 1100001 11000010 0 110010 1 11000 100101101 101101 111001

Color Harmonies of #C361C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361C2

Black with #C361C2

Text Example


Text Example

White with #C361C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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