Html Css Color HEX #C658A8 Fuchsia

📋 copy color: '#C658A8'

red 198 ◦ green 88 ◦ blue 168

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

Shades of Fuchsia #C658A8

Tints of Fuchsia #C658A8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

 BLUE value IS 168 (66.02% from 255) = 37%

R = 43.61%
G = 19.38%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C658A8 (or 0xC658A8) is known color: Fuchsia. HEX triplet: C6, 58 and A8. RGB value is (198,88,168). Sum of RGB (Red+Green+Blue) = 198+88+168=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C658A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C658A8 is #39A757. Grayscale: #818181. Windows color (decimal): -3778392 or 11032774. OLE color: 11032774.

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

Color convert

RGB 198 88 168 -
CMYK 0 0.56 0.15 0.22
HSL 316.36º 0.49% 0.56% -
HSV(B) 316.36º 0.56% 0.78% -
XYZ 33.85 21.81 39.47 -
YUV 130.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 198 88 168 0 0.56 0.15 0.22 316.36 0.49 0.56
Hex C6 58 A8 0 38 F 16 13C 31 38
Octal 306 130 250 0 70 17 26 474 61 70
Binary 11000110 1011000 10101000 0 111000 1111 10110 100111100 110001 111000

Color Harmonies of #C658A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658A8

Black with #C658A8

Text Example


Text Example

White with #C658A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658A8; }

 p { color: rgb(198,88,168); }

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

background-color css

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

 a { background-color: rgb(198,88,168); }

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

border-color css

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

 span { border-color: rgb(198,88,168); }

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