Html Css Color HEX #C841BA Fuchsia

📋 copy color: '#C841BA'

red 200 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C841BA

Tints of Fuchsia #C841BA

RGB

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

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

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

R = 44.35%
G = 14.41%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C841BA (or 0xC841BA) is known color: Fuchsia. HEX triplet: C8, 41 and BA. RGB value is (200,65,186). Sum of RGB (Red+Green+Blue) = 200+65+186=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BA is #37BE45. Grayscale: #767676. Windows color (decimal): -3653190 or 12206536. OLE color: 12206536.

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

Color convert

RGB 200 65 186 -
CMYK 0 0.68 0.07 0.22
HSL 306.22º 0.55% 0.52% -
HSV(B) 306.22º 0.68% 0.78% -
XYZ 34.57 19.61 48.42 -
YUV 119.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 200 65 186 0 0.68 0.07 0.22 306.22 0.55 0.52
Hex C8 41 BA 0 44 7 16 132 37 34
Octal 310 101 272 0 104 7 26 462 67 64
Binary 11001000 1000001 10111010 0 1000100 111 10110 100110010 110111 110100

Color Harmonies of #C841BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BA

Black with #C841BA

Text Example


Text Example

White with #C841BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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