Html Css Color HEX #C35AB2 Fuchsia

📋 copy color: '#C35AB2'

red 195 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #C35AB2

Tints of Fuchsia #C35AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 42.12%
G = 19.44%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C35AB2 (or 0xC35AB2) is known color: Fuchsia. HEX triplet: C3, 5A and B2. RGB value is (195,90,178). Sum of RGB (Red+Green+Blue) = 195+90+178=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AB2 is #3CA54D. Grayscale: #838383. Windows color (decimal): -3974478 or 11688643. OLE color: 11688643.

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

Color convert

RGB 195 90 178 -
CMYK 0 0.54 0.09 0.24
HSL 309.71º 0.47% 0.56% -
HSV(B) 309.71º 0.54% 0.76% -
XYZ 34.2 22.13 44.59 -
YUV 131.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 195 90 178 0 0.54 0.09 0.24 309.71 0.47 0.56
Hex C3 5A B2 0 36 9 18 136 2F 38
Octal 303 132 262 0 66 11 30 466 57 70
Binary 11000011 1011010 10110010 0 110110 1001 11000 100110110 101111 111000

Color Harmonies of #C35AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35AB2

Black with #C35AB2

Text Example


Text Example

White with #C35AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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