Html Css Color HEX #C640BB Fuchsia

📋 copy color: '#C640BB'

red 198 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #C640BB

Tints of Fuchsia #C640BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 44.1%
G = 14.25%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C640BB (or 0xC640BB) is known color: Fuchsia. HEX triplet: C6, 40 and BB. RGB value is (198,64,187). Sum of RGB (Red+Green+Blue) = 198+64+187=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C640BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640BB is #39BF44. Grayscale: #757575. Windows color (decimal): -3784517 or 12271814. OLE color: 12271814.

HSL color Cylindrical-coordinate representation of color #C640BB: hue angle of 304.93º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640BB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 187 -
CMYK 0 0.68 0.06 0.22
HSL 304.93º 0.54% 0.51% -
HSV(B) 304.93º 0.68% 0.78% -
XYZ 34.09 19.26 48.93 -
YUV 118.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 198 64 187 0 0.68 0.06 0.22 304.93 0.54 0.51
Hex C6 40 BB 0 44 6 16 131 36 33
Octal 306 100 273 0 104 6 26 461 66 63
Binary 11000110 1000000 10111011 0 1000100 110 10110 100110001 110110 110011

Color Harmonies of #C640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640BB

Black with #C640BB

Text Example


Text Example

White with #C640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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