Html Css Color HEX #C361B5 Fuchsia

📋 copy color: '#C361B5'

red 195 ◦ green 97 ◦ blue 181

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

Shades of Fuchsia #C361B5

Tints of Fuchsia #C361B5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

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

R = 41.23%
G = 20.51%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C361B5 (or 0xC361B5) is known color: Fuchsia. HEX triplet: C3, 61 and B5. RGB value is (195,97,181). Sum of RGB (Red+Green+Blue) = 195+97+181=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C361B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361B5 is #3C9E4A. Grayscale: #878787. Windows color (decimal): -3972683 or 11887043. OLE color: 11887043.

HSL color Cylindrical-coordinate representation of color #C361B5: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361B5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 181 -
CMYK 0 0.50 0.07 0.24
HSL 308.57º 0.45% 0.57% -
HSV(B) 308.57º 0.5% 0.76% -
XYZ 35.12 23.49 46.4 -
YUV 135.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 195 97 181 0 0.50 0.07 0.24 308.57 0.45 0.57
Hex C3 61 B5 0 32 7 18 135 2D 39
Octal 303 141 265 0 62 7 30 465 55 71
Binary 11000011 1100001 10110101 0 110010 111 11000 100110101 101101 111001

Color Harmonies of #C361B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361B5

Black with #C361B5

Text Example


Text Example

White with #C361B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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