Html Css Color HEX #C354BE Fuchsia

📋 copy color: '#C354BE'

red 195 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #C354BE

Tints of Fuchsia #C354BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.91%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 41.58%
G = 17.91%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C354BE (or 0xC354BE) is known color: Fuchsia. HEX triplet: C3, 54 and BE. RGB value is (195,84,190). Sum of RGB (Red+Green+Blue) = 195+84+190=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C354BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354BE is #3CAB41. Grayscale: #808080. Windows color (decimal): -3976002 or 12473539. OLE color: 12473539.

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

Color convert

RGB 195 84 190 -
CMYK 0 0.57 0.03 0.24
HSL 302.7º 0.48% 0.55% -
HSV(B) 302.7º 0.57% 0.76% -
XYZ 34.97 21.66 51.05 -
YUV 129.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 195 84 190 0 0.57 0.03 0.24 302.7 0.48 0.55
Hex C3 54 BE 0 39 3 18 12F 30 37
Octal 303 124 276 0 71 3 30 457 60 67
Binary 11000011 1010100 10111110 0 111001 11 11000 100101111 110000 110111

Color Harmonies of #C354BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354BE

Black with #C354BE

Text Example


Text Example

White with #C354BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354BE; }

 p { color: rgb(195,84,190); }

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

background-color css

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

 a { background-color: rgb(195,84,190); }

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

border-color css

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

 span { border-color: rgb(195,84,190); }

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