Html Css Color HEX #C851B9 Fuchsia

📋 copy color: '#C851B9'

red 200 ◦ green 81 ◦ blue 185

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

Shades of Fuchsia #C851B9

Tints of Fuchsia #C851B9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.38%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 42.92%
G = 17.38%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C851B9 (or 0xC851B9) is known color: Fuchsia. HEX triplet: C8, 51 and B9. RGB value is (200,81,185). Sum of RGB (Red+Green+Blue) = 200+81+185=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851B9 is #37AE46. Grayscale: #808080. Windows color (decimal): -3649095 or 12145096. OLE color: 12145096.

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

Color convert

RGB 200 81 185 -
CMYK 0 0.59 0.08 0.22
HSL 307.56º 0.52% 0.55% -
HSV(B) 307.56º 0.6% 0.78% -
XYZ 35.52 21.67 48.21 -
YUV 128.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 200 81 185 0 0.59 0.08 0.22 307.56 0.52 0.55
Hex C8 51 B9 0 3B 8 16 134 34 37
Octal 310 121 271 0 73 10 26 464 64 67
Binary 11001000 1010001 10111001 0 111011 1000 10110 100110100 110100 110111

Color Harmonies of #C851B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851B9

Black with #C851B9

Text Example


Text Example

White with #C851B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851B9; }

 p { color: rgb(200,81,185); }

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

background-color css

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

 a { background-color: rgb(200,81,185); }

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

border-color css

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

 span { border-color: rgb(200,81,185); }

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