Html Css Color HEX #C841BC Fuchsia

📋 copy color: '#C841BC'

red 200 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #C841BC

Tints of Fuchsia #C841BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 44.15%
G = 14.35%
B = 41.5%

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

#C841BC (or 0xC841BC) is known color: Fuchsia. HEX triplet: C8, 41 and BC. RGB value is (200,65,188). Sum of RGB (Red+Green+Blue) = 200+65+188=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C841BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841BC is #37BE43. Grayscale: #777777. Windows color (decimal): -3653188 or 12337608. OLE color: 12337608.

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

Color convert

RGB 200 65 188 -
CMYK 0 0.68 0.06 0.22
HSL 305.33º 0.55% 0.52% -
HSV(B) 305.33º 0.68% 0.78% -
XYZ 34.79 19.69 49.54 -
YUV 119.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 200 65 188 0 0.68 0.06 0.22 305.33 0.55 0.52
Hex C8 41 BC 0 44 6 16 131 37 34
Octal 310 101 274 0 104 6 26 461 67 64
Binary 11001000 1000001 10111100 0 1000100 110 10110 100110001 110111 110100

Color Harmonies of #C841BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841BC

Black with #C841BC

Text Example


Text Example

White with #C841BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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