Html Css Color HEX #C759CD Fuchsia

📋 copy color: '#C759CD'

red 199 ◦ green 89 ◦ blue 205

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

Shades of Fuchsia #C759CD

Tints of Fuchsia #C759CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 40.37%
G = 18.05%
B = 41.58%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C759CD (or 0xC759CD) is known color: Fuchsia. HEX triplet: C7, 59 and CD. RGB value is (199,89,205). Sum of RGB (Red+Green+Blue) = 199+89+205=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #C759CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759CD is #38A632. Grayscale: #868686. Windows color (decimal): -3712563 or 13457863. OLE color: 13457863.

HSL color Cylindrical-coordinate representation of color #C759CD: hue angle of 296.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C759CD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 89 205 -
CMYK 0.03 0.57 0 0.20
HSL 296.9º 0.54% 0.58% -
HSV(B) 296.9º 0.57% 0.8% -
XYZ 38.15 23.69 60.32 -
YUV 135.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 199 89 205 0.03 0.57 0 0.20 296.9 0.54 0.58
Hex C7 59 CD 3 39 0 14 129 36 3A
Octal 307 131 315 3 71 0 24 451 66 72
Binary 11000111 1011001 11001101 11 111001 0 10100 100101001 110110 111010

Color Harmonies of #C759CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C759CD

Black with #C759CD

Text Example


Text Example

White with #C759CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C759CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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