Html Css Color HEX #C841BF Fuchsia

📋 copy color: '#C841BF'

red 200 ◦ green 65 ◦ blue 191

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

Shades of Fuchsia #C841BF

Tints of Fuchsia #C841BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 43.86%
G = 14.25%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C841BF (or 0xC841BF) is known color: Fuchsia. HEX triplet: C8, 41 and BF. RGB value is (200,65,191). Sum of RGB (Red+Green+Blue) = 200+65+191=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BF is #37BE40. Grayscale: #777777. Windows color (decimal): -3653185 or 12534216. OLE color: 12534216.

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

Color convert

RGB 200 65 191 -
CMYK 0 0.68 0.04 0.22
HSL 304º 0.55% 0.52% -
HSV(B) 304º 0.68% 0.78% -
XYZ 35.11 19.82 51.27 -
YUV 119.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 200 65 191 0 0.68 0.04 0.22 304 0.55 0.52
Hex C8 41 BF 0 44 4 16 130 37 34
Octal 310 101 277 0 104 4 26 460 67 64
Binary 11001000 1000001 10111111 0 1000100 100 10110 100110000 110111 110100

Color Harmonies of #C841BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BF

Black with #C841BF

Text Example


Text Example

White with #C841BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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