Html Css Color HEX #C35BC1 Fuchsia

📋 copy color: '#C35BC1'

red 195 ◦ green 91 ◦ blue 193

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

Shades of Fuchsia #C35BC1

Tints of Fuchsia #C35BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 40.71%
G = 19%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C35BC1 (or 0xC35BC1) is known color: Fuchsia. HEX triplet: C3, 5B and C1. RGB value is (195,91,193). Sum of RGB (Red+Green+Blue) = 195+91+193=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BC1 is #3CA43E. Grayscale: #858585. Windows color (decimal): -3974207 or 12671939. OLE color: 12671939.

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

Color convert

RGB 195 91 193 -
CMYK 0 0.53 0.01 0.24
HSL 301.15º 0.46% 0.56% -
HSV(B) 301.15º 0.53% 0.76% -
XYZ 35.87 22.93 52.99 -
YUV 133.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 195 91 193 0 0.53 0.01 0.24 301.15 0.46 0.56
Hex C3 5B C1 0 35 1 18 12D 2E 38
Octal 303 133 301 0 65 1 30 455 56 70
Binary 11000011 1011011 11000001 0 110101 1 11000 100101101 101110 111000

Color Harmonies of #C35BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BC1

Black with #C35BC1

Text Example


Text Example

White with #C35BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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