Html Css Color HEX #C35EC6 Fuchsia

📋 copy color: '#C35EC6'

red 195 ◦ green 94 ◦ blue 198

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

Shades of Fuchsia #C35EC6

Tints of Fuchsia #C35EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 40.04%
G = 19.3%
B = 40.66%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C35EC6 (or 0xC35EC6) is known color: Fuchsia. HEX triplet: C3, 5E and C6. RGB value is (195,94,198). Sum of RGB (Red+Green+Blue) = 195+94+198=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #C35EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EC6 is #3CA139. Grayscale: #878787. Windows color (decimal): -3973434 or 13000387. OLE color: 13000387.

HSL color Cylindrical-coordinate representation of color #C35EC6: hue angle of 298.27º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35EC6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 94 198 -
CMYK 0.02 0.53 0 0.22
HSL 298.27º 0.48% 0.57% -
HSV(B) 298.27º 0.53% 0.78% -
XYZ 36.7 23.68 56.06 -
YUV 136.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 195 94 198 0.02 0.53 0 0.22 298.27 0.48 0.57
Hex C3 5E C6 2 35 0 16 12A 30 39
Octal 303 136 306 2 65 0 26 452 60 71
Binary 11000011 1011110 11000110 10 110101 0 10110 100101010 110000 111001

Color Harmonies of #C35EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EC6

Black with #C35EC6

Text Example


Text Example

White with #C35EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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