Html Css Color HEX #C35EC2 Fuchsia

📋 copy color: '#C35EC2'

red 195 ◦ green 94 ◦ blue 194

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

Shades of Fuchsia #C35EC2

Tints of Fuchsia #C35EC2

RGB

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

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

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

R = 40.37%
G = 19.46%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C35EC2 (or 0xC35EC2) is known color: Fuchsia. HEX triplet: C3, 5E and C2. RGB value is (195,94,194). Sum of RGB (Red+Green+Blue) = 195+94+194=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EC2 is #3CA13D. Grayscale: #878787. Windows color (decimal): -3973438 or 12738243. OLE color: 12738243.

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

Color convert

RGB 195 94 194 -
CMYK 0 0.52 0.01 0.24
HSL 300.59º 0.46% 0.57% -
HSV(B) 300.59º 0.52% 0.76% -
XYZ 36.25 23.5 53.67 -
YUV 135.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 195 94 194 0 0.52 0.01 0.24 300.59 0.46 0.57
Hex C3 5E C2 0 34 1 18 12D 2E 39
Octal 303 136 302 0 64 1 30 455 56 71
Binary 11000011 1011110 11000010 0 110100 1 11000 100101101 101110 111001

Color Harmonies of #C35EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EC2

Black with #C35EC2

Text Example


Text Example

White with #C35EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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