Html Css Color HEX #C84DB2 Fuchsia

📋 copy color: '#C84DB2'

red 200 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #C84DB2

Tints of Fuchsia #C84DB2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 43.96%
G = 16.92%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C84DB2 (or 0xC84DB2) is known color: Fuchsia. HEX triplet: C8, 4D and B2. RGB value is (200,77,178). Sum of RGB (Red+Green+Blue) = 200+77+178=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DB2 is #37B24D. Grayscale: #7D7D7D. Windows color (decimal): -3650126 or 11685320. OLE color: 11685320.

HSL color Cylindrical-coordinate representation of color #C84DB2: hue angle of 310.73º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 77 178 -
CMYK 0 0.62 0.11 0.22
HSL 310.73º 0.53% 0.54% -
HSV(B) 310.73º 0.62% 0.78% -
XYZ 34.51 20.8 44.32 -
YUV 125.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 200 77 178 0 0.62 0.11 0.22 310.73 0.53 0.54
Hex C8 4D B2 0 3E B 16 137 35 36
Octal 310 115 262 0 76 13 26 467 65 66
Binary 11001000 1001101 10110010 0 111110 1011 10110 100110111 110101 110110

Color Harmonies of #C84DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DB2

Black with #C84DB2

Text Example


Text Example

White with #C84DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DB2; }

 p { color: rgb(200,77,178); }

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

background-color css

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

 a { background-color: rgb(200,77,178); }

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

border-color css

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

 span { border-color: rgb(200,77,178); }

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