Html Css Color HEX #C360BB Fuchsia

📋 copy color: '#C360BB'

red 195 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #C360BB

Tints of Fuchsia #C360BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 40.79%
G = 20.08%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C360BB (or 0xC360BB) is known color: Fuchsia. HEX triplet: C3, 60 and BB. RGB value is (195,96,187). Sum of RGB (Red+Green+Blue) = 195+96+187=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BB is #3C9F44. Grayscale: #878787. Windows color (decimal): -3972933 or 12280003. OLE color: 12280003.

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

Color convert

RGB 195 96 187 -
CMYK 0 0.51 0.04 0.24
HSL 304.85º 0.45% 0.57% -
HSV(B) 304.85º 0.51% 0.76% -
XYZ 35.66 23.56 49.68 -
YUV 135.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 195 96 187 0 0.51 0.04 0.24 304.85 0.45 0.57
Hex C3 60 BB 0 33 4 18 131 2D 39
Octal 303 140 273 0 63 4 30 461 55 71
Binary 11000011 1100000 10111011 0 110011 100 11000 100110001 101101 111001

Color Harmonies of #C360BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C360BB

Black with #C360BB

Text Example


Text Example

White with #C360BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C360BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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