Html Css Color HEX #C365BD Fuchsia

📋 copy color: '#C365BD'

red 195 ◦ green 101 ◦ blue 189

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

Shades of Fuchsia #C365BD

Tints of Fuchsia #C365BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 40.21%
G = 20.82%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C365BD (or 0xC365BD) is known color: Fuchsia. HEX triplet: C3, 65 and BD. RGB value is (195,101,189). Sum of RGB (Red+Green+Blue) = 195+101+189=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BD is #3C9A42. Grayscale: #8A8A8A. Windows color (decimal): -3971651 or 12412355. OLE color: 12412355.

HSL color Cylindrical-coordinate representation of color #C365BD: hue angle of 303.83º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365BD is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 189 -
CMYK 0 0.48 0.03 0.24
HSL 303.83º 0.44% 0.58% -
HSV(B) 303.83º 0.48% 0.76% -
XYZ 36.34 24.58 50.97 -
YUV 139.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 195 101 189 0 0.48 0.03 0.24 303.83 0.44 0.58
Hex C3 65 BD 0 30 3 18 130 2C 3A
Octal 303 145 275 0 60 3 30 460 54 72
Binary 11000011 1100101 10111101 0 110000 11 11000 100110000 101100 111010

Color Harmonies of #C365BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365BD

Black with #C365BD

Text Example


Text Example

White with #C365BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365BD; }

 p { color: rgb(195,101,189); }

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

background-color css

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

 a { background-color: rgb(195,101,189); }

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

border-color css

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

 span { border-color: rgb(195,101,189); }

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