Html Css Color HEX #C355B5 Fuchsia

📋 copy color: '#C355B5'

red 195 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C355B5

Tints of Fuchsia #C355B5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 42.3%
G = 18.44%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C355B5 (or 0xC355B5) is known color: Fuchsia. HEX triplet: C3, 55 and B5. RGB value is (195,85,181). Sum of RGB (Red+Green+Blue) = 195+85+181=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C355B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355B5 is #3CAA4A. Grayscale: #808080. Windows color (decimal): -3975755 or 11883971. OLE color: 11883971.

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

Color convert

RGB 195 85 181 -
CMYK 0 0.56 0.07 0.24
HSL 307.64º 0.48% 0.55% -
HSV(B) 307.64º 0.56% 0.76% -
XYZ 34.09 21.44 46.06 -
YUV 128.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 195 85 181 0 0.56 0.07 0.24 307.64 0.48 0.55
Hex C3 55 B5 0 38 7 18 134 30 37
Octal 303 125 265 0 70 7 30 464 60 67
Binary 11000011 1010101 10110101 0 111000 111 11000 100110100 110000 110111

Color Harmonies of #C355B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355B5

Black with #C355B5

Text Example


Text Example

White with #C355B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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