Html Css Color HEX #C84AD1 Fuchsia

📋 copy color: '#C84AD1'

red 200 ◦ green 74 ◦ blue 209

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

Shades of Fuchsia #C84AD1

Tints of Fuchsia #C84AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 41.41%
G = 15.32%
B = 43.27%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C84AD1 (or 0xC84AD1) is known color: Fuchsia. HEX triplet: C8, 4A and D1. RGB value is (200,74,209). Sum of RGB (Red+Green+Blue) = 200+74+209=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #C84AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD1 is #37B52E. Grayscale: #7E7E7E. Windows color (decimal): -3650863 or 13716168. OLE color: 13716168.

HSL color Cylindrical-coordinate representation of color #C84AD1: hue angle of 296º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84AD1 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 74 209 -
CMYK 0.04 0.65 0 0.18
HSL 296º 0.59% 0.55% -
HSV(B) 296º 0.65% 0.82% -
XYZ 37.78 21.78 62.53 -
YUV 127.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 200 74 209 0.04 0.65 0 0.18 296 0.59 0.55
Hex C8 4A D1 4 41 0 12 128 3B 37
Octal 310 112 321 4 101 0 22 450 73 67
Binary 11001000 1001010 11010001 100 1000001 0 10010 100101000 111011 110111

Color Harmonies of #C84AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AD1

Black with #C84AD1

Text Example


Text Example

White with #C84AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AD1; }

 p { color: rgb(200,74,209); }

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

background-color css

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

 a { background-color: rgb(200,74,209); }

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

border-color css

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

 span { border-color: rgb(200,74,209); }

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