Html Css Color HEX #C360BA Fuchsia

📋 copy color: '#C360BA'

red 195 ◦ green 96 ◦ blue 186

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

Shades of Fuchsia #C360BA

Tints of Fuchsia #C360BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.13%

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

R = 40.88%
G = 20.13%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C360BA (or 0xC360BA) is known color: Fuchsia. HEX triplet: C3, 60 and BA. RGB value is (195,96,186). Sum of RGB (Red+Green+Blue) = 195+96+186=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BA is #3C9F45. Grayscale: #878787. Windows color (decimal): -3972934 or 12214467. OLE color: 12214467.

HSL color Cylindrical-coordinate representation of color #C360BA: hue angle of 305.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360BA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 186 -
CMYK 0 0.51 0.05 0.24
HSL 305.45º 0.45% 0.57% -
HSV(B) 305.45º 0.51% 0.76% -
XYZ 35.55 23.51 49.12 -
YUV 135.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 195 96 186 0 0.51 0.05 0.24 305.45 0.45 0.57
Hex C3 60 BA 0 33 5 18 131 2D 39
Octal 303 140 272 0 63 5 30 461 55 71
Binary 11000011 1100000 10111010 0 110011 101 11000 100110001 101101 111001

Color Harmonies of #C360BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360BA

Black with #C360BA

Text Example


Text Example

White with #C360BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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