Html Css Color HEX #C735BF Fuchsia

📋 copy color: '#C735BF'

red 199 ◦ green 53 ◦ blue 191

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

Shades of Fuchsia #C735BF

Tints of Fuchsia #C735BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 44.92%
G = 11.96%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C735BF (or 0xC735BF) is known color: Fuchsia. HEX triplet: C7, 35 and BF. RGB value is (199,53,191). Sum of RGB (Red+Green+Blue) = 199+53+191=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C735BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735BF is #38CA40. Grayscale: #6F6F6F. Windows color (decimal): -3721793 or 12531143. OLE color: 12531143.

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

Color convert

RGB 199 53 191 -
CMYK 0 0.73 0.04 0.22
HSL 303.29º 0.58% 0.49% -
HSV(B) 303.29º 0.73% 0.78% -
XYZ 34.23 18.45 51.05 -
YUV 112.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 199 53 191 0 0.73 0.04 0.22 303.29 0.58 0.49
Hex C7 35 BF 0 49 4 16 12F 3A 31
Octal 307 65 277 0 111 4 26 457 72 61
Binary 11000111 110101 10111111 0 1001001 100 10110 100101111 111010 110001

Color Harmonies of #C735BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735BF

Black with #C735BF

Text Example


Text Example

White with #C735BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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