Html Css Color HEX #C841BB Fuchsia

📋 copy color: '#C841BB'

red 200 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #C841BB

Tints of Fuchsia #C841BB

RGB

 RED value IS 200 (78.52% from 255) = 44.25%

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

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

R = 44.25%
G = 14.38%
B = 41.37%

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

#C841BB (or 0xC841BB) is known color: Fuchsia. HEX triplet: C8, 41 and BB. RGB value is (200,65,187). Sum of RGB (Red+Green+Blue) = 200+65+187=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BB is #37BE44. Grayscale: #767676. Windows color (decimal): -3653189 or 12272072. OLE color: 12272072.

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

Color convert

RGB 200 65 187 -
CMYK 0 0.68 0.06 0.22
HSL 305.78º 0.55% 0.52% -
HSV(B) 305.78º 0.68% 0.78% -
XYZ 34.68 19.65 48.98 -
YUV 119.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 200 65 187 0 0.68 0.06 0.22 305.78 0.55 0.52
Hex C8 41 BB 0 44 6 16 132 37 34
Octal 310 101 273 0 104 6 26 462 67 64
Binary 11001000 1000001 10111011 0 1000100 110 10110 100110010 110111 110100

Color Harmonies of #C841BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BB

Black with #C841BB

Text Example


Text Example

White with #C841BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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