Html Css Color HEX #C842BA Fuchsia

📋 copy color: '#C842BA'

red 200 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #C842BA

Tints of Fuchsia #C842BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.6%

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

R = 44.25%
G = 14.6%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C842BA (or 0xC842BA) is known color: Fuchsia. HEX triplet: C8, 42 and BA. RGB value is (200,66,186). Sum of RGB (Red+Green+Blue) = 200+66+186=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C842BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842BA is #37BD45. Grayscale: #777777. Windows color (decimal): -3652934 or 12206792. OLE color: 12206792.

HSL color Cylindrical-coordinate representation of color #C842BA: hue angle of 306.27º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842BA is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 186 -
CMYK 0 0.67 0.07 0.22
HSL 306.27º 0.55% 0.52% -
HSV(B) 306.27º 0.67% 0.78% -
XYZ 34.63 19.72 48.44 -
YUV 119.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 200 66 186 0 0.67 0.07 0.22 306.27 0.55 0.52
Hex C8 42 BA 0 43 7 16 132 37 34
Octal 310 102 272 0 103 7 26 462 67 64
Binary 11001000 1000010 10111010 0 1000011 111 10110 100110010 110111 110100

Color Harmonies of #C842BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842BA

Black with #C842BA

Text Example


Text Example

White with #C842BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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