Html Css Color HEX #C84DB5 Fuchsia

📋 copy color: '#C84DB5'

red 200 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #C84DB5

Tints of Fuchsia #C84DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 43.67%
G = 16.81%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C84DB5 (or 0xC84DB5) is known color: Fuchsia. HEX triplet: C8, 4D and B5. RGB value is (200,77,181). Sum of RGB (Red+Green+Blue) = 200+77+181=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DB5 is #37B24A. Grayscale: #7D7D7D. Windows color (decimal): -3650123 or 11881928. OLE color: 11881928.

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

Color convert

RGB 200 77 181 -
CMYK 0 0.62 0.09 0.22
HSL 309.27º 0.53% 0.54% -
HSV(B) 309.27º 0.62% 0.78% -
XYZ 34.81 20.92 45.92 -
YUV 125.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 200 77 181 0 0.62 0.09 0.22 309.27 0.53 0.54
Hex C8 4D B5 0 3E 9 16 135 35 36
Octal 310 115 265 0 76 11 26 465 65 66
Binary 11001000 1001101 10110101 0 111110 1001 10110 100110101 110101 110110

Color Harmonies of #C84DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DB5

Black with #C84DB5

Text Example


Text Example

White with #C84DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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