Html Css Color HEX #C361BA Fuchsia

📋 copy color: '#C361BA'

red 195 ◦ green 97 ◦ blue 186

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

Shades of Fuchsia #C361BA

Tints of Fuchsia #C361BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 40.79%
G = 20.29%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C361BA (or 0xC361BA) is known color: Fuchsia. HEX triplet: C3, 61 and BA. RGB value is (195,97,186). Sum of RGB (Red+Green+Blue) = 195+97+186=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C361BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361BA is #3C9E45. Grayscale: #888888. Windows color (decimal): -3972678 or 12214723. OLE color: 12214723.

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

Color convert

RGB 195 97 186 -
CMYK 0 0.50 0.05 0.24
HSL 305.51º 0.45% 0.57% -
HSV(B) 305.51º 0.5% 0.76% -
XYZ 35.64 23.7 49.15 -
YUV 136.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 195 97 186 0 0.50 0.05 0.24 305.51 0.45 0.57
Hex C3 61 BA 0 32 5 18 132 2D 39
Octal 303 141 272 0 62 5 30 462 55 71
Binary 11000011 1100001 10111010 0 110010 101 11000 100110010 101101 111001

Color Harmonies of #C361BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361BA

Black with #C361BA

Text Example


Text Example

White with #C361BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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