Html Css Color HEX #C350AB Fuchsia

📋 copy color: '#C350AB'

red 195 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #C350AB

Tints of Fuchsia #C350AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

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

R = 43.72%
G = 17.94%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C350AB (or 0xC350AB) is known color: Fuchsia. HEX triplet: C3, 50 and AB. RGB value is (195,80,171). Sum of RGB (Red+Green+Blue) = 195+80+171=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C350AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350AB is #3CAF54. Grayscale: #7C7C7C. Windows color (decimal): -3977045 or 11227331. OLE color: 11227331.

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

Color convert

RGB 195 80 171 -
CMYK 0 0.59 0.12 0.24
HSL 312.52º 0.49% 0.54% -
HSV(B) 312.52º 0.59% 0.76% -
XYZ 32.73 20.28 40.72 -
YUV 124.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 195 80 171 0 0.59 0.12 0.24 312.52 0.49 0.54
Hex C3 50 AB 0 3B C 18 139 31 36
Octal 303 120 253 0 73 14 30 471 61 66
Binary 11000011 1010000 10101011 0 111011 1100 11000 100111001 110001 110110

Color Harmonies of #C350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350AB

Black with #C350AB

Text Example


Text Example

White with #C350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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