Html Css Color HEX #C35AC2 Fuchsia

📋 copy color: '#C35AC2'

red 195 ◦ green 90 ◦ blue 194

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

Shades of Fuchsia #C35AC2

Tints of Fuchsia #C35AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 40.71%
G = 18.79%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C35AC2 (or 0xC35AC2) is known color: Fuchsia. HEX triplet: C3, 5A and C2. RGB value is (195,90,194). Sum of RGB (Red+Green+Blue) = 195+90+194=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35AC2 is #3CA53D. Grayscale: #848484. Windows color (decimal): -3974462 or 12737219. OLE color: 12737219.

HSL color Cylindrical-coordinate representation of color #C35AC2: hue angle of 300.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35AC2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 90 194 -
CMYK 0 0.54 0.01 0.24
HSL 300.57º 0.47% 0.56% -
HSV(B) 300.57º 0.54% 0.76% -
XYZ 35.9 22.81 53.55 -
YUV 133.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 195 90 194 0 0.54 0.01 0.24 300.57 0.47 0.56
Hex C3 5A C2 0 36 1 18 12D 2F 38
Octal 303 132 302 0 66 1 30 455 57 70
Binary 11000011 1011010 11000010 0 110110 1 11000 100101101 101111 111000

Color Harmonies of #C35AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AC2

Black with #C35AC2

Text Example


Text Example

White with #C35AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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