Html Css Color HEX #C354CA Fuchsia

📋 copy color: '#C354CA'

red 195 ◦ green 84 ◦ blue 202

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

Shades of Fuchsia #C354CA

Tints of Fuchsia #C354CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 40.54%
G = 17.46%
B = 42%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C354CA (or 0xC354CA) is known color: Fuchsia. HEX triplet: C3, 54 and CA. RGB value is (195,84,202). Sum of RGB (Red+Green+Blue) = 195+84+202=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C354CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354CA is #3CAB35. Grayscale: #828282. Windows color (decimal): -3975990 or 13259971. OLE color: 13259971.

HSL color Cylindrical-coordinate representation of color #C354CA: hue angle of 296.44º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C354CA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 84 202 -
CMYK 0.03 0.58 0 0.21
HSL 296.44º 0.53% 0.56% -
HSV(B) 296.44º 0.58% 0.79% -
XYZ 36.34 22.21 58.25 -
YUV 130.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 195 84 202 0.03 0.58 0 0.21 296.44 0.53 0.56
Hex C3 54 CA 3 3A 0 15 128 35 38
Octal 303 124 312 3 72 0 25 450 65 70
Binary 11000011 1010100 11001010 11 111010 0 10101 100101000 110101 111000

Color Harmonies of #C354CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354CA

Black with #C354CA

Text Example


Text Example

White with #C354CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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