Html Css Color HEX #C359CA Fuchsia

📋 copy color: '#C359CA'

red 195 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #C359CA

Tints of Fuchsia #C359CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.31%

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

R = 40.12%
G = 18.31%
B = 41.56%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C359CA (or 0xC359CA) is known color: Fuchsia. HEX triplet: C3, 59 and CA. RGB value is (195,89,202). Sum of RGB (Red+Green+Blue) = 195+89+202=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C359CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359CA is #3CA635. Grayscale: #858585. Windows color (decimal): -3974710 or 13261251. OLE color: 13261251.

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

Color convert

RGB 195 89 202 -
CMYK 0.03 0.56 0 0.21
HSL 296.28º 0.52% 0.57% -
HSV(B) 296.28º 0.56% 0.79% -
XYZ 36.74 23.01 58.38 -
YUV 133.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 195 89 202 0.03 0.56 0 0.21 296.28 0.52 0.57
Hex C3 59 CA 3 38 0 15 128 34 39
Octal 303 131 312 3 70 0 25 450 64 71
Binary 11000011 1011001 11001010 11 111000 0 10101 100101000 110100 111001

Color Harmonies of #C359CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359CA

Black with #C359CA

Text Example


Text Example

White with #C359CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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