Html Css Color HEX #C841BD Fuchsia

📋 copy color: '#C841BD'

red 200 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #C841BD

Tints of Fuchsia #C841BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 44.05%
G = 14.32%
B = 41.63%

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

#C841BD (or 0xC841BD) is known color: Fuchsia. HEX triplet: C8, 41 and BD. RGB value is (200,65,189). Sum of RGB (Red+Green+Blue) = 200+65+189=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BD is #37BE42. Grayscale: #777777. Windows color (decimal): -3653187 or 12403144. OLE color: 12403144.

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

Color convert

RGB 200 65 189 -
CMYK 0 0.68 0.06 0.22
HSL 304.89º 0.55% 0.52% -
HSV(B) 304.89º 0.68% 0.78% -
XYZ 34.9 19.73 50.11 -
YUV 119.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 200 65 189 0 0.68 0.06 0.22 304.89 0.55 0.52
Hex C8 41 BD 0 44 6 16 131 37 34
Octal 310 101 275 0 104 6 26 461 67 64
Binary 11001000 1000001 10111101 0 1000100 110 10110 100110001 110111 110100

Color Harmonies of #C841BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BD

Black with #C841BD

Text Example


Text Example

White with #C841BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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