Html Css Color HEX #C836BD Fuchsia

📋 copy color: '#C836BD'

red 200 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #C836BD

Tints of Fuchsia #C836BD

RGB

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

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

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

R = 45.15%
G = 12.19%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C836BD (or 0xC836BD) is known color: Fuchsia. HEX triplet: C8, 36 and BD. RGB value is (200,54,189). Sum of RGB (Red+Green+Blue) = 200+54+189=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C836BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836BD is #37C942. Grayscale: #707070. Windows color (decimal): -3656003 or 12400328. OLE color: 12400328.

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

Color convert

RGB 200 54 189 -
CMYK 0 0.73 0.06 0.22
HSL 304.52º 0.57% 0.5% -
HSV(B) 304.52º 0.73% 0.78% -
XYZ 34.32 18.59 49.92 -
YUV 113.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 200 54 189 0 0.73 0.06 0.22 304.52 0.57 0.5
Hex C8 36 BD 0 49 6 16 131 39 32
Octal 310 66 275 0 111 6 26 461 71 62
Binary 11001000 110110 10111101 0 1001001 110 10110 100110001 111001 110010

Color Harmonies of #C836BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C836BD

Black with #C836BD

Text Example


Text Example

White with #C836BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C836BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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