Html Css Color HEX #C35AAD Fuchsia

📋 copy color: '#C35AAD'

red 195 ◦ green 90 ◦ blue 173

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

Shades of Fuchsia #C35AAD

Tints of Fuchsia #C35AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 42.58%
G = 19.65%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C35AAD (or 0xC35AAD) is known color: Fuchsia. HEX triplet: C3, 5A and AD. RGB value is (195,90,173). Sum of RGB (Red+Green+Blue) = 195+90+173=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AAD is #3CA552. Grayscale: #828282. Windows color (decimal): -3974483 or 11360963. OLE color: 11360963.

HSL color Cylindrical-coordinate representation of color #C35AAD: hue angle of 312.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 #C35AAD is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 90 173 -
CMYK 0 0.54 0.11 0.24
HSL 312.57º 0.47% 0.56% -
HSV(B) 312.57º 0.54% 0.76% -
XYZ 33.7 21.93 41.99 -
YUV 130.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 195 90 173 0 0.54 0.11 0.24 312.57 0.47 0.56
Hex C3 5A AD 0 36 B 18 139 2F 38
Octal 303 132 255 0 66 13 30 471 57 70
Binary 11000011 1011010 10101101 0 110110 1011 11000 100111001 101111 111000

Color Harmonies of #C35AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AAD

Black with #C35AAD

Text Example


Text Example

White with #C35AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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