Html Css Color HEX #C35FA8 Fuchsia

📋 copy color: '#C35FA8'

red 195 ◦ green 95 ◦ blue 168

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

Shades of Fuchsia #C35FA8

Tints of Fuchsia #C35FA8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.74%

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 42.58%
G = 20.74%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C35FA8 (or 0xC35FA8) is known color: Fuchsia. HEX triplet: C3, 5F and A8. RGB value is (195,95,168). Sum of RGB (Red+Green+Blue) = 195+95+168=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FA8 is #3CA057. Grayscale: #858585. Windows color (decimal): -3973208 or 11034563. OLE color: 11034563.

HSL color Cylindrical-coordinate representation of color #C35FA8: hue angle of 316.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35FA8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 168 -
CMYK 0 0.51 0.14 0.24
HSL 316.2º 0.45% 0.57% -
HSV(B) 316.2º 0.51% 0.76% -
XYZ 33.67 22.61 39.64 -
YUV 133.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 195 95 168 0 0.51 0.14 0.24 316.2 0.45 0.57
Hex C3 5F A8 0 33 E 18 13C 2D 39
Octal 303 137 250 0 63 16 30 474 55 71
Binary 11000011 1011111 10101000 0 110011 1110 11000 100111100 101101 111001

Color Harmonies of #C35FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FA8

Black with #C35FA8

Text Example


Text Example

White with #C35FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FA8; }

 p { color: rgb(195,95,168); }

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

background-color css

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

 a { background-color: rgb(195,95,168); }

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

border-color css

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

 span { border-color: rgb(195,95,168); }

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