Html Css Color HEX #C35AAB Fuchsia

📋 copy color: '#C35AAB'

red 195 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #C35AAB

Tints of Fuchsia #C35AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 42.76%
G = 19.74%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35AAB (or 0xC35AAB) is known color: Fuchsia. HEX triplet: C3, 5A and AB. RGB value is (195,90,171). Sum of RGB (Red+Green+Blue) = 195+90+171=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AAB is #3CA554. Grayscale: #828282. Windows color (decimal): -3974485 or 11229891. OLE color: 11229891.

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

Color convert

RGB 195 90 171 -
CMYK 0 0.54 0.12 0.24
HSL 313.71º 0.47% 0.56% -
HSV(B) 313.71º 0.54% 0.76% -
XYZ 33.51 21.85 40.98 -
YUV 130.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 195 90 171 0 0.54 0.12 0.24 313.71 0.47 0.56
Hex C3 5A AB 0 36 C 18 13A 2F 38
Octal 303 132 253 0 66 14 30 472 57 70
Binary 11000011 1011010 10101011 0 110110 1100 11000 100111010 101111 111000

Color Harmonies of #C35AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AAB

Black with #C35AAB

Text Example


Text Example

White with #C35AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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