Html Css Color HEX #C35DAB Fuchsia

📋 copy color: '#C35DAB'

red 195 ◦ green 93 ◦ blue 171

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

Shades of Fuchsia #C35DAB

Tints of Fuchsia #C35DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

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

R = 42.48%
G = 20.26%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C35DAB (or 0xC35DAB) is known color: Fuchsia. HEX triplet: C3, 5D and AB. RGB value is (195,93,171). Sum of RGB (Red+Green+Blue) = 195+93+171=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DAB is #3CA254. Grayscale: #848484. Windows color (decimal): -3973717 or 11230659. OLE color: 11230659.

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

Color convert

RGB 195 93 171 -
CMYK 0 0.52 0.12 0.24
HSL 314.12º 0.46% 0.56% -
HSV(B) 314.12º 0.52% 0.76% -
XYZ 33.77 22.37 41.07 -
YUV 132.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 195 93 171 0 0.52 0.12 0.24 314.12 0.46 0.56
Hex C3 5D AB 0 34 C 18 13A 2E 38
Octal 303 135 253 0 64 14 30 472 56 70
Binary 11000011 1011101 10101011 0 110100 1100 11000 100111010 101110 111000

Color Harmonies of #C35DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DAB

Black with #C35DAB

Text Example


Text Example

White with #C35DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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