Html Css Color HEX #C659CB Fuchsia

📋 copy color: '#C659CB'

red 198 ◦ green 89 ◦ blue 203

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

Shades of Fuchsia #C659CB

Tints of Fuchsia #C659CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 40.41%
G = 18.16%
B = 41.43%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C659CB (or 0xC659CB) is known color: Fuchsia. HEX triplet: C6, 59 and CB. RGB value is (198,89,203). Sum of RGB (Red+Green+Blue) = 198+89+203=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C659CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659CB is #39A634. Grayscale: #868686. Windows color (decimal): -3778101 or 13326790. OLE color: 13326790.

HSL color Cylindrical-coordinate representation of color #C659CB: hue angle of 297.37º degrees, saturation: 0.52, 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 #C659CB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 89 203 -
CMYK 0.02 0.56 0 0.20
HSL 297.37º 0.52% 0.57% -
HSV(B) 297.37º 0.56% 0.8% -
XYZ 37.64 23.46 59.04 -
YUV 134.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 198 89 203 0.02 0.56 0 0.20 297.37 0.52 0.57
Hex C6 59 CB 2 38 0 14 129 34 39
Octal 306 131 313 2 70 0 24 451 64 71
Binary 11000110 1011001 11001011 10 111000 0 10100 100101001 110100 111001

Color Harmonies of #C659CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C659CB

Black with #C659CB

Text Example


Text Example

White with #C659CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C659CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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