Html Css Color HEX #C840BA Fuchsia

📋 copy color: '#C840BA'

red 200 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #C840BA

Tints of Fuchsia #C840BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 44.44%
G = 14.22%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C840BA (or 0xC840BA) is known color: Fuchsia. HEX triplet: C8, 40 and BA. RGB value is (200,64,186). Sum of RGB (Red+Green+Blue) = 200+64+186=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C840BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840BA is #37BF45. Grayscale: #767676. Windows color (decimal): -3653446 or 12206280. OLE color: 12206280.

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

Color convert

RGB 200 64 186 -
CMYK 0 0.68 0.07 0.22
HSL 306.18º 0.55% 0.52% -
HSV(B) 306.18º 0.68% 0.78% -
XYZ 34.52 19.49 48.4 -
YUV 118.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 200 64 186 0 0.68 0.07 0.22 306.18 0.55 0.52
Hex C8 40 BA 0 44 7 16 132 37 34
Octal 310 100 272 0 104 7 26 462 67 64
Binary 11001000 1000000 10111010 0 1000100 111 10110 100110010 110111 110100

Color Harmonies of #C840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840BA

Black with #C840BA

Text Example


Text Example

White with #C840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840BA; }

 p { color: rgb(200,64,186); }

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

background-color css

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

 a { background-color: rgb(200,64,186); }

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

border-color css

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

 span { border-color: rgb(200,64,186); }

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