Html Css Color HEX #C836B1 Fuchsia

📋 copy color: '#C836B1'

red 200 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #C836B1

Tints of Fuchsia #C836B1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

 BLUE value IS 177 (69.53% from 255) = 41.07%

R = 46.4%
G = 12.53%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C836B1 (or 0xC836B1) is known color: Fuchsia. HEX triplet: C8, 36 and B1. RGB value is (200,54,177). Sum of RGB (Red+Green+Blue) = 200+54+177=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C836B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836B1 is #37C94E. Grayscale: #6F6F6F. Windows color (decimal): -3656015 or 11613896. OLE color: 11613896.

HSL color Cylindrical-coordinate representation of color #C836B1: hue angle of 309.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C836B1 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 54 177 -
CMYK 0 0.73 0.12 0.22
HSL 309.45º 0.57% 0.5% -
HSV(B) 309.45º 0.73% 0.78% -
XYZ 33.07 18.09 43.34 -
YUV 111.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 200 54 177 0 0.73 0.12 0.22 309.45 0.57 0.5
Hex C8 36 B1 0 49 C 16 135 39 32
Octal 310 66 261 0 111 14 26 465 71 62
Binary 11001000 110110 10110001 0 1001001 1100 10110 100110101 111001 110010

Color Harmonies of #C836B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C836B1

Black with #C836B1

Text Example


Text Example

White with #C836B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C836B1; }

 p { color: rgb(200,54,177); }

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

background-color css

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

 a { background-color: rgb(200,54,177); }

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

border-color css

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

 span { border-color: rgb(200,54,177); }

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