Html Css Color HEX #C641BB Fuchsia

📋 copy color: '#C641BB'

red 198 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #C641BB

Tints of Fuchsia #C641BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.44%

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

R = 44%
G = 14.44%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C641BB (or 0xC641BB) is known color: Fuchsia. HEX triplet: C6, 41 and BB. RGB value is (198,65,187). Sum of RGB (Red+Green+Blue) = 198+65+187=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BB is #39BE44. Grayscale: #767676. Windows color (decimal): -3784261 or 12272070. OLE color: 12272070.

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

Color convert

RGB 198 65 187 -
CMYK 0 0.67 0.06 0.22
HSL 304.96º 0.54% 0.52% -
HSV(B) 304.96º 0.67% 0.78% -
XYZ 34.15 19.37 48.95 -
YUV 118.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 198 65 187 0 0.67 0.06 0.22 304.96 0.54 0.52
Hex C6 41 BB 0 43 6 16 131 36 34
Octal 306 101 273 0 103 6 26 461 66 64
Binary 11000110 1000001 10111011 0 1000011 110 10110 100110001 110110 110100

Color Harmonies of #C641BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641BB

Black with #C641BB

Text Example


Text Example

White with #C641BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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