Html Css Color HEX #C735BA Fuchsia

📋 copy color: '#C735BA'

red 199 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #C735BA

Tints of Fuchsia #C735BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 45.43%
G = 12.1%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C735BA (or 0xC735BA) is known color: Fuchsia. HEX triplet: C7, 35 and BA. RGB value is (199,53,186). Sum of RGB (Red+Green+Blue) = 199+53+186=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C735BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735BA is #38CA45. Grayscale: #6F6F6F. Windows color (decimal): -3721798 or 12203463. OLE color: 12203463.

HSL color Cylindrical-coordinate representation of color #C735BA: hue angle of 305.34º 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 #C735BA is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 186 -
CMYK 0 0.73 0.07 0.22
HSL 305.34º 0.58% 0.49% -
HSV(B) 305.34º 0.73% 0.78% -
XYZ 33.69 18.23 48.2 -
YUV 111.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 199 53 186 0 0.73 0.07 0.22 305.34 0.58 0.49
Hex C7 35 BA 0 49 7 16 131 3A 31
Octal 307 65 272 0 111 7 26 461 72 61
Binary 11000111 110101 10111010 0 1001001 111 10110 100110001 111010 110001

Color Harmonies of #C735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735BA

Black with #C735BA

Text Example


Text Example

White with #C735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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