Html Css Color HEX #C35DC1 Fuchsia

📋 copy color: '#C35DC1'

red 195 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #C35DC1

Tints of Fuchsia #C35DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 40.54%
G = 19.33%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C35DC1 (or 0xC35DC1) is known color: Fuchsia. HEX triplet: C3, 5D and C1. RGB value is (195,93,193). Sum of RGB (Red+Green+Blue) = 195+93+193=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DC1 is #3CA23E. Grayscale: #868686. Windows color (decimal): -3973695 or 12672451. OLE color: 12672451.

HSL color Cylindrical-coordinate representation of color #C35DC1: hue angle of 301.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35DC1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 193 -
CMYK 0 0.52 0.01 0.24
HSL 301.18º 0.46% 0.56% -
HSV(B) 301.18º 0.52% 0.76% -
XYZ 36.05 23.28 53.05 -
YUV 134.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 195 93 193 0 0.52 0.01 0.24 301.18 0.46 0.56
Hex C3 5D C1 0 34 1 18 12D 2E 38
Octal 303 135 301 0 64 1 30 455 56 70
Binary 11000011 1011101 11000001 0 110100 1 11000 100101101 101110 111000

Color Harmonies of #C35DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DC1

Black with #C35DC1

Text Example


Text Example

White with #C35DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DC1; }

 p { color: rgb(195,93,193); }

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

background-color css

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

 a { background-color: rgb(195,93,193); }

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

border-color css

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

 span { border-color: rgb(195,93,193); }

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