Html Css Color HEX #C659CA Fuchsia

📋 copy color: '#C659CA'

red 198 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #C659CA

Tints of Fuchsia #C659CA

RGB

 RED value IS 198 (77.73% from 255) = 40.49%

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 40.49%
G = 18.2%
B = 41.31%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C659CA (or 0xC659CA) is known color: Fuchsia. HEX triplet: C6, 59 and CA. RGB value is (198,89,202). Sum of RGB (Red+Green+Blue) = 198+89+202=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C659CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659CA is #39A635. Grayscale: #868686. Windows color (decimal): -3778102 or 13261254. OLE color: 13261254.

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

Color convert

RGB 198 89 202 -
CMYK 0.02 0.56 0 0.21
HSL 297.88º 0.52% 0.57% -
HSV(B) 297.88º 0.56% 0.79% -
XYZ 37.52 23.41 58.42 -
YUV 134.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 198 89 202 0.02 0.56 0 0.21 297.88 0.52 0.57
Hex C6 59 CA 2 38 0 15 12A 34 39
Octal 306 131 312 2 70 0 25 452 64 71
Binary 11000110 1011001 11001010 10 111000 0 10101 100101010 110100 111001

Color Harmonies of #C659CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C659CA

Black with #C659CA

Text Example


Text Example

White with #C659CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C659CA; }

 p { color: rgb(198,89,202); }

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

background-color css

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

 a { background-color: rgb(198,89,202); }

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

border-color css

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

 span { border-color: rgb(198,89,202); }

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