Html Css Color HEX #C35EC0 Fuchsia

📋 copy color: '#C35EC0'

red 195 ◦ green 94 ◦ blue 192

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

Shades of Fuchsia #C35EC0

Tints of Fuchsia #C35EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

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

R = 40.54%
G = 19.54%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C35EC0 (or 0xC35EC0) is known color: Fuchsia. HEX triplet: C3, 5E and C0. RGB value is (195,94,192). Sum of RGB (Red+Green+Blue) = 195+94+192=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EC0 is #3CA13F. Grayscale: #878787. Windows color (decimal): -3973440 or 12607171. OLE color: 12607171.

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

Color convert

RGB 195 94 192 -
CMYK 0 0.52 0.02 0.24
HSL 301.78º 0.46% 0.57% -
HSV(B) 301.78º 0.52% 0.76% -
XYZ 36.02 23.41 52.49 -
YUV 135.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 195 94 192 0 0.52 0.02 0.24 301.78 0.46 0.57
Hex C3 5E C0 0 34 2 18 12E 2E 39
Octal 303 136 300 0 64 2 30 456 56 71
Binary 11000011 1011110 11000000 0 110100 10 11000 100101110 101110 111001

Color Harmonies of #C35EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EC0

Black with #C35EC0

Text Example


Text Example

White with #C35EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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