Html Css Color HEX #C35FBA Fuchsia

📋 copy color: '#C35FBA'

red 195 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #C35FBA

Tints of Fuchsia #C35FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 40.97%
G = 19.96%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C35FBA (or 0xC35FBA) is known color: Fuchsia. HEX triplet: C3, 5F and BA. RGB value is (195,95,186). Sum of RGB (Red+Green+Blue) = 195+95+186=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FBA is #3CA045. Grayscale: #878787. Windows color (decimal): -3973190 or 12214211. OLE color: 12214211.

HSL color Cylindrical-coordinate representation of color #C35FBA: hue angle of 305.4º 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 #C35FBA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 186 -
CMYK 0 0.51 0.05 0.24
HSL 305.4º 0.45% 0.57% -
HSV(B) 305.4º 0.51% 0.76% -
XYZ 35.46 23.33 49.09 -
YUV 135.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 195 95 186 0 0.51 0.05 0.24 305.4 0.45 0.57
Hex C3 5F BA 0 33 5 18 131 2D 39
Octal 303 137 272 0 63 5 30 461 55 71
Binary 11000011 1011111 10111010 0 110011 101 11000 100110001 101101 111001

Color Harmonies of #C35FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FBA

Black with #C35FBA

Text Example


Text Example

White with #C35FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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