Html Css Color HEX #C355CA Fuchsia

📋 copy color: '#C355CA'

red 195 ◦ green 85 ◦ blue 202

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

Shades of Fuchsia #C355CA

Tints of Fuchsia #C355CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

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

R = 40.46%
G = 17.63%
B = 41.91%

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

#C355CA (or 0xC355CA) is known color: Fuchsia. HEX triplet: C3, 55 and CA. RGB value is (195,85,202). Sum of RGB (Red+Green+Blue) = 195+85+202=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C355CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CA is #3CAA35. Grayscale: #828282. Windows color (decimal): -3975734 or 13260227. OLE color: 13260227.

HSL color Cylindrical-coordinate representation of color #C355CA: hue angle of 296.41º degrees, saturation: 0.52, 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 #C355CA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 85 202 -
CMYK 0.03 0.58 0 0.21
HSL 296.41º 0.52% 0.56% -
HSV(B) 296.41º 0.58% 0.79% -
XYZ 36.41 22.36 58.27 -
YUV 131.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 195 85 202 0.03 0.58 0 0.21 296.41 0.52 0.56
Hex C3 55 CA 3 3A 0 15 128 34 38
Octal 303 125 312 3 72 0 25 450 64 70
Binary 11000011 1010101 11001010 11 111010 0 10101 100101000 110100 111000

Color Harmonies of #C355CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355CA

Black with #C355CA

Text Example


Text Example

White with #C355CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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