Html Css Color HEX #C735AB Fuchsia

📋 copy color: '#C735AB'

red 199 ◦ green 53 ◦ blue 171

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

Shades of Fuchsia #C735AB

Tints of Fuchsia #C735AB

RGB

 RED value IS 199 (78.13% from 255) = 47.04%

 GREEN value IS 53 (21.09% from 255) = 12.53%

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

R = 47.04%
G = 12.53%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C735AB (or 0xC735AB) is known color: Fuchsia. HEX triplet: C7, 35 and AB. RGB value is (199,53,171). Sum of RGB (Red+Green+Blue) = 199+53+171=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C735AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C735AB is #38CA54. Grayscale: #6D6D6D. Windows color (decimal): -3721813 or 11220423. OLE color: 11220423.

HSL color Cylindrical-coordinate representation of color #C735AB: hue angle of 311.51º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C735AB is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 171 -
CMYK 0 0.73 0.14 0.22
HSL 311.51º 0.58% 0.49% -
HSV(B) 311.51º 0.73% 0.78% -
XYZ 32.18 17.63 40.23 -
YUV 110.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 199 53 171 0 0.73 0.14 0.22 311.51 0.58 0.49
Hex C7 35 AB 0 49 E 16 138 3A 31
Octal 307 65 253 0 111 16 26 470 72 61
Binary 11000111 110101 10101011 0 1001001 1110 10110 100111000 111010 110001

Color Harmonies of #C735AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735AB

Black with #C735AB

Text Example


Text Example

White with #C735AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735AB; }

 p { color: rgb(199,53,171); }

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

background-color css

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

 a { background-color: rgb(199,53,171); }

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

border-color css

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

 span { border-color: rgb(199,53,171); }

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