Html Css Color HEX #C84DB4 Fuchsia

📋 copy color: '#C84DB4'

red 200 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #C84DB4

Tints of Fuchsia #C84DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 43.76%
G = 16.85%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C84DB4 (or 0xC84DB4) is known color: Fuchsia. HEX triplet: C8, 4D and B4. RGB value is (200,77,180). Sum of RGB (Red+Green+Blue) = 200+77+180=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DB4 is #37B24B. Grayscale: #7D7D7D. Windows color (decimal): -3650124 or 11816392. OLE color: 11816392.

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

Color convert

RGB 200 77 180 -
CMYK 0 0.62 0.1 0.22
HSL 309.76º 0.53% 0.54% -
HSV(B) 309.76º 0.62% 0.78% -
XYZ 34.71 20.88 45.38 -
YUV 125.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 200 77 180 0 0.62 0.1 0.22 309.76 0.53 0.54
Hex C8 4D B4 0 3E A 16 136 35 36
Octal 310 115 264 0 76 12 26 466 65 66
Binary 11001000 1001101 10110100 0 111110 1010 10110 100110110 110101 110110

Color Harmonies of #C84DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DB4

Black with #C84DB4

Text Example


Text Example

White with #C84DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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