Html Css Color HEX #C361BE Fuchsia

📋 copy color: '#C361BE'

red 195 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #C361BE

Tints of Fuchsia #C361BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 40.46%
G = 20.12%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C361BE (or 0xC361BE) is known color: Fuchsia. HEX triplet: C3, 61 and BE. RGB value is (195,97,190). Sum of RGB (Red+Green+Blue) = 195+97+190=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C361BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361BE is #3C9E41. Grayscale: #888888. Windows color (decimal): -3972674 or 12476867. OLE color: 12476867.

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

Color convert

RGB 195 97 190 -
CMYK 0 0.50 0.03 0.24
HSL 303.06º 0.45% 0.57% -
HSV(B) 303.06º 0.5% 0.76% -
XYZ 36.07 23.87 51.42 -
YUV 136.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 195 97 190 0 0.50 0.03 0.24 303.06 0.45 0.57
Hex C3 61 BE 0 32 3 18 12F 2D 39
Octal 303 141 276 0 62 3 30 457 55 71
Binary 11000011 1100001 10111110 0 110010 11 11000 100101111 101101 111001

Color Harmonies of #C361BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361BE

Black with #C361BE

Text Example


Text Example

White with #C361BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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