Html Css Color HEX #C354CD Fuchsia

📋 copy color: '#C354CD'

red 195 ◦ green 84 ◦ blue 205

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

Shades of Fuchsia #C354CD

Tints of Fuchsia #C354CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 40.29%
G = 17.36%
B = 42.36%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C354CD (or 0xC354CD) is known color: Fuchsia. HEX triplet: C3, 54 and CD. RGB value is (195,84,205). Sum of RGB (Red+Green+Blue) = 195+84+205=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C354CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354CD is #3CAB32. Grayscale: #828282. Windows color (decimal): -3975987 or 13456579. OLE color: 13456579.

HSL color Cylindrical-coordinate representation of color #C354CD: hue angle of 295.04º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C354CD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 84 205 -
CMYK 0.05 0.59 0 0.20
HSL 295.04º 0.55% 0.57% -
HSV(B) 295.04º 0.59% 0.8% -
XYZ 36.7 22.35 60.14 -
YUV 130.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 195 84 205 0.05 0.59 0 0.20 295.04 0.55 0.57
Hex C3 54 CD 5 3B 0 14 127 37 39
Octal 303 124 315 5 73 0 24 447 67 71
Binary 11000011 1010100 11001101 101 111011 0 10100 100100111 110111 111001

Color Harmonies of #C354CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354CD

Black with #C354CD

Text Example


Text Example

White with #C354CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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