Html Css Color HEX #C759BA Fuchsia

📋 copy color: '#C759BA'

red 199 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #C759BA

Tints of Fuchsia #C759BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.78%

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

R = 41.98%
G = 18.78%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C759BA (or 0xC759BA) is known color: Fuchsia. HEX triplet: C7, 59 and BA. RGB value is (199,89,186). Sum of RGB (Red+Green+Blue) = 199+89+186=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C759BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759BA is #38A645. Grayscale: #848484. Windows color (decimal): -3712582 or 12212679. OLE color: 12212679.

HSL color Cylindrical-coordinate representation of color #C759BA: hue angle of 307.09º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759BA is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 89 186 -
CMYK 0 0.55 0.07 0.22
HSL 307.09º 0.5% 0.56% -
HSV(B) 307.09º 0.55% 0.78% -
XYZ 35.99 22.83 48.96 -
YUV 132.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 199 89 186 0 0.55 0.07 0.22 307.09 0.5 0.56
Hex C7 59 BA 0 37 7 16 133 32 38
Octal 307 131 272 0 67 7 26 463 62 70
Binary 11000111 1011001 10111010 0 110111 111 10110 100110011 110010 111000

Color Harmonies of #C759BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C759BA

Black with #C759BA

Text Example


Text Example

White with #C759BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C759BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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