Html Css Color HEX #C841BE Fuchsia

📋 copy color: '#C841BE'

red 200 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #C841BE

Tints of Fuchsia #C841BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 43.96%
G = 14.29%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C841BE (or 0xC841BE) is known color: Fuchsia. HEX triplet: C8, 41 and BE. RGB value is (200,65,190). Sum of RGB (Red+Green+Blue) = 200+65+190=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BE is #37BE41. Grayscale: #777777. Windows color (decimal): -3653186 or 12468680. OLE color: 12468680.

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

Color convert

RGB 200 65 190 -
CMYK 0 0.68 0.05 0.22
HSL 304.44º 0.55% 0.52% -
HSV(B) 304.44º 0.68% 0.78% -
XYZ 35 19.78 50.69 -
YUV 119.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 200 65 190 0 0.68 0.05 0.22 304.44 0.55 0.52
Hex C8 41 BE 0 44 5 16 130 37 34
Octal 310 101 276 0 104 5 26 460 67 64
Binary 11001000 1000001 10111110 0 1000100 101 10110 100110000 110111 110100

Color Harmonies of #C841BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BE

Black with #C841BE

Text Example


Text Example

White with #C841BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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