Html Css Color HEX #C658BA Fuchsia

📋 copy color: '#C658BA'

red 198 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C658BA

Tints of Fuchsia #C658BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 41.95%
G = 18.64%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C658BA (or 0xC658BA) is known color: Fuchsia. HEX triplet: C6, 58 and BA. RGB value is (198,88,186). Sum of RGB (Red+Green+Blue) = 198+88+186=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C658BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658BA is #39A745. Grayscale: #838383. Windows color (decimal): -3778374 or 12212422. OLE color: 12212422.

HSL color Cylindrical-coordinate representation of color #C658BA: hue angle of 306.55º 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 #C658BA is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 88 186 -
CMYK 0 0.56 0.06 0.22
HSL 306.55º 0.49% 0.56% -
HSV(B) 306.55º 0.56% 0.78% -
XYZ 35.64 22.53 48.92 -
YUV 132.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 198 88 186 0 0.56 0.06 0.22 306.55 0.49 0.56
Hex C6 58 BA 0 38 6 16 133 31 38
Octal 306 130 272 0 70 6 26 463 61 70
Binary 11000110 1011000 10111010 0 111000 110 10110 100110011 110001 111000

Color Harmonies of #C658BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658BA

Black with #C658BA

Text Example


Text Example

White with #C658BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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