Html Css Color HEX #C759CC Fuchsia

📋 copy color: '#C759CC'

red 199 ◦ green 89 ◦ blue 204

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

Shades of Fuchsia #C759CC

Tints of Fuchsia #C759CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 40.45%
G = 18.09%
B = 41.46%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C759CC (or 0xC759CC) is known color: Fuchsia. HEX triplet: C7, 59 and CC. RGB value is (199,89,204). Sum of RGB (Red+Green+Blue) = 199+89+204=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C759CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759CC is #38A633. Grayscale: #868686. Windows color (decimal): -3712564 or 13392327. OLE color: 13392327.

HSL color Cylindrical-coordinate representation of color #C759CC: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C759CC is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 89 204 -
CMYK 0.02 0.56 0 0.2
HSL 297.39º 0.53% 0.57% -
HSV(B) 297.39º 0.56% 0.8% -
XYZ 38.02 23.65 59.69 -
YUV 135 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 199 89 204 0.02 0.56 0 0.2 297.39 0.53 0.57
Hex C7 59 CC 2 38 0 14 129 35 39
Octal 307 131 314 2 70 0 24 451 65 71
Binary 11000111 1011001 11001100 10 111000 0 10100 100101001 110101 111001

Color Harmonies of #C759CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C759CC

Black with #C759CC

Text Example


Text Example

White with #C759CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C759CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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