Html Css Color HEX #C35BC2 Fuchsia

📋 copy color: '#C35BC2'

red 195 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #C35BC2

Tints of Fuchsia #C35BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 40.63%
G = 18.96%
B = 40.42%

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

#C35BC2 (or 0xC35BC2) is known color: Fuchsia. HEX triplet: C3, 5B and C2. RGB value is (195,91,194). Sum of RGB (Red+Green+Blue) = 195+91+194=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BC2 is #3CA43D. Grayscale: #858585. Windows color (decimal): -3974206 or 12737475. OLE color: 12737475.

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

Color convert

RGB 195 91 194 -
CMYK 0 0.53 0.01 0.24
HSL 300.58º 0.46% 0.56% -
HSV(B) 300.58º 0.53% 0.76% -
XYZ 35.98 22.98 53.58 -
YUV 133.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 195 91 194 0 0.53 0.01 0.24 300.58 0.46 0.56
Hex C3 5B C2 0 35 1 18 12D 2E 38
Octal 303 133 302 0 65 1 30 455 56 70
Binary 11000011 1011011 11000010 0 110101 1 11000 100101101 101110 111000

Color Harmonies of #C35BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BC2

Black with #C35BC2

Text Example


Text Example

White with #C35BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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