Html Css Color HEX #C360BE Fuchsia

📋 copy color: '#C360BE'

red 195 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #C360BE

Tints of Fuchsia #C360BE

RGB

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

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

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

R = 40.54%
G = 19.96%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C360BE (or 0xC360BE) is known color: Fuchsia. HEX triplet: C3, 60 and BE. RGB value is (195,96,190). Sum of RGB (Red+Green+Blue) = 195+96+190=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BE is #3C9F41. Grayscale: #888888. Windows color (decimal): -3972930 or 12476611. OLE color: 12476611.

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

Color convert

RGB 195 96 190 -
CMYK 0 0.51 0.03 0.24
HSL 303.03º 0.45% 0.57% -
HSV(B) 303.03º 0.51% 0.76% -
XYZ 35.98 23.69 51.39 -
YUV 136.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 195 96 190 0 0.51 0.03 0.24 303.03 0.45 0.57
Hex C3 60 BE 0 33 3 18 12F 2D 39
Octal 303 140 276 0 63 3 30 457 55 71
Binary 11000011 1100000 10111110 0 110011 11 11000 100101111 101101 111001

Color Harmonies of #C360BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360BE

Black with #C360BE

Text Example


Text Example

White with #C360BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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