Html Css Color HEX #C735BB Fuchsia

📋 copy color: '#C735BB'

red 199 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #C735BB

Tints of Fuchsia #C735BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 45.33%
G = 12.07%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C735BB (or 0xC735BB) is known color: Fuchsia. HEX triplet: C7, 35 and BB. RGB value is (199,53,187). Sum of RGB (Red+Green+Blue) = 199+53+187=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C735BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735BB is #38CA44. Grayscale: #6F6F6F. Windows color (decimal): -3721797 or 12268999. OLE color: 12268999.

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

Color convert

RGB 199 53 187 -
CMYK 0 0.73 0.06 0.22
HSL 304.93º 0.58% 0.49% -
HSV(B) 304.93º 0.73% 0.78% -
XYZ 33.8 18.28 48.76 -
YUV 111.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 199 53 187 0 0.73 0.06 0.22 304.93 0.58 0.49
Hex C7 35 BB 0 49 6 16 131 3A 31
Octal 307 65 273 0 111 6 26 461 72 61
Binary 11000111 110101 10111011 0 1001001 110 10110 100110001 111010 110001

Color Harmonies of #C735BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735BB

Black with #C735BB

Text Example


Text Example

White with #C735BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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