Html Css Color HEX #C354CB Fuchsia

📋 copy color: '#C354CB'

red 195 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #C354CB

Tints of Fuchsia #C354CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 40.46%
G = 17.43%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C354CB (or 0xC354CB) is known color: Fuchsia. HEX triplet: C3, 54 and CB. RGB value is (195,84,203). Sum of RGB (Red+Green+Blue) = 195+84+203=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C354CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354CB is #3CAB34. Grayscale: #828282. Windows color (decimal): -3975989 or 13325507. OLE color: 13325507.

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

Color convert

RGB 195 84 203 -
CMYK 0.04 0.59 0 0.20
HSL 295.97º 0.53% 0.56% -
HSV(B) 295.97º 0.59% 0.8% -
XYZ 36.46 22.25 58.87 -
YUV 130.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 195 84 203 0.04 0.59 0 0.20 295.97 0.53 0.56
Hex C3 54 CB 4 3B 0 14 128 35 38
Octal 303 124 313 4 73 0 24 450 65 70
Binary 11000011 1010100 11001011 100 111011 0 10100 100101000 110101 111000

Color Harmonies of #C354CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354CB

Black with #C354CB

Text Example


Text Example

White with #C354CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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