Html Css Color HEX #C658BB Fuchsia

📋 copy color: '#C658BB'

red 198 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #C658BB

Tints of Fuchsia #C658BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 41.86%
G = 18.6%
B = 39.53%

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

#C658BB (or 0xC658BB) is known color: Fuchsia. HEX triplet: C6, 58 and BB. RGB value is (198,88,187). Sum of RGB (Red+Green+Blue) = 198+88+187=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C658BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658BB is #39A744. Grayscale: #838383. Windows color (decimal): -3778373 or 12277958. OLE color: 12277958.

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

Color convert

RGB 198 88 187 -
CMYK 0 0.56 0.06 0.22
HSL 306º 0.49% 0.56% -
HSV(B) 306º 0.56% 0.78% -
XYZ 35.75 22.57 49.49 -
YUV 132.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 198 88 187 0 0.56 0.06 0.22 306 0.49 0.56
Hex C6 58 BB 0 38 6 16 132 31 38
Octal 306 130 273 0 70 6 26 462 61 70
Binary 11000110 1011000 10111011 0 111000 110 10110 100110010 110001 111000

Color Harmonies of #C658BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658BB

Black with #C658BB

Text Example


Text Example

White with #C658BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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