Html Css Color HEX #C35BC0 Fuchsia

📋 copy color: '#C35BC0'

red 195 ◦ green 91 ◦ blue 192

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

Shades of Fuchsia #C35BC0

Tints of Fuchsia #C35BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 40.79%
G = 19.04%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C35BC0 (or 0xC35BC0) is known color: Fuchsia. HEX triplet: C3, 5B and C0. RGB value is (195,91,192). Sum of RGB (Red+Green+Blue) = 195+91+192=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BC0 is #3CA43F. Grayscale: #858585. Windows color (decimal): -3974208 or 12606403. OLE color: 12606403.

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

Color convert

RGB 195 91 192 -
CMYK 0 0.53 0.02 0.24
HSL 301.73º 0.46% 0.56% -
HSV(B) 301.73º 0.53% 0.76% -
XYZ 35.76 22.89 52.4 -
YUV 133.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 195 91 192 0 0.53 0.02 0.24 301.73 0.46 0.56
Hex C3 5B C0 0 35 2 18 12E 2E 38
Octal 303 133 300 0 65 2 30 456 56 70
Binary 11000011 1011011 11000000 0 110101 10 11000 100101110 101110 111000

Color Harmonies of #C35BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BC0

Black with #C35BC0

Text Example


Text Example

White with #C35BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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