Html Css Color HEX #C853BA Fuchsia

📋 copy color: '#C853BA'

red 200 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #C853BA

Tints of Fuchsia #C853BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 42.64%
G = 17.7%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C853BA (or 0xC853BA) is known color: Fuchsia. HEX triplet: C8, 53 and BA. RGB value is (200,83,186). Sum of RGB (Red+Green+Blue) = 200+83+186=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C853BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C853BA is #37AC45. Grayscale: #818181. Windows color (decimal): -3648582 or 12211144. OLE color: 12211144.

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

Color convert

RGB 200 83 186 -
CMYK 0 0.58 0.07 0.22
HSL 307.18º 0.52% 0.55% -
HSV(B) 307.18º 0.59% 0.78% -
XYZ 35.78 22.01 48.82 -
YUV 129.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 200 83 186 0 0.58 0.07 0.22 307.18 0.52 0.55
Hex C8 53 BA 0 3A 7 16 133 34 37
Octal 310 123 272 0 72 7 26 463 64 67
Binary 11001000 1010011 10111010 0 111010 111 10110 100110011 110100 110111

Color Harmonies of #C853BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C853BA

Black with #C853BA

Text Example


Text Example

White with #C853BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C853BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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