Html Css Color HEX #C836AA Fuchsia

📋 copy color: '#C836AA'

red 200 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #C836AA

Tints of Fuchsia #C836AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 47.17%
G = 12.74%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C836AA (or 0xC836AA) is known color: Fuchsia. HEX triplet: C8, 36 and AA. RGB value is (200,54,170). Sum of RGB (Red+Green+Blue) = 200+54+170=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C836AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C836AA is #37C955. Grayscale: #6E6E6E. Windows color (decimal): -3656022 or 11155144. OLE color: 11155144.

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

Color convert

RGB 200 54 170 -
CMYK 0 0.73 0.15 0.22
HSL 312.33º 0.57% 0.5% -
HSV(B) 312.33º 0.73% 0.78% -
XYZ 32.39 17.82 39.76 -
YUV 110.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 200 54 170 0 0.73 0.15 0.22 312.33 0.57 0.5
Hex C8 36 AA 0 49 F 16 138 39 32
Octal 310 66 252 0 111 17 26 470 71 62
Binary 11001000 110110 10101010 0 1001001 1111 10110 100111000 111001 110010

Color Harmonies of #C836AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C836AA

Black with #C836AA

Text Example


Text Example

White with #C836AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C836AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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