Html Css Color HEX #C365B5 Fuchsia

📋 copy color: '#C365B5'

red 195 ◦ green 101 ◦ blue 181

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

Shades of Fuchsia #C365B5

Tints of Fuchsia #C365B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 40.88%
G = 21.17%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C365B5 (or 0xC365B5) is known color: Fuchsia. HEX triplet: C3, 65 and B5. RGB value is (195,101,181). Sum of RGB (Red+Green+Blue) = 195+101+181=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365B5 is #3C9A4A. Grayscale: #8A8A8A. Windows color (decimal): -3971659 or 11888067. OLE color: 11888067.

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

Color convert

RGB 195 101 181 -
CMYK 0 0.48 0.07 0.24
HSL 308.94º 0.44% 0.58% -
HSV(B) 308.94º 0.48% 0.76% -
XYZ 35.5 24.25 46.52 -
YUV 138.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 195 101 181 0 0.48 0.07 0.24 308.94 0.44 0.58
Hex C3 65 B5 0 30 7 18 135 2C 3A
Octal 303 145 265 0 60 7 30 465 54 72
Binary 11000011 1100101 10110101 0 110000 111 11000 100110101 101100 111010

Color Harmonies of #C365B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365B5

Black with #C365B5

Text Example


Text Example

White with #C365B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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