Html Css Color HEX #C84DCA Fuchsia

📋 copy color: '#C84DCA'

red 200 ◦ green 77 ◦ blue 202

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

Shades of Fuchsia #C84DCA

Tints of Fuchsia #C84DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 41.75%
G = 16.08%
B = 42.17%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C84DCA (or 0xC84DCA) is known color: Fuchsia. HEX triplet: C8, 4D and CA. RGB value is (200,77,202). Sum of RGB (Red+Green+Blue) = 200+77+202=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCA is #37B235. Grayscale: #7F7F7F. Windows color (decimal): -3650102 or 13258184. OLE color: 13258184.

HSL color Cylindrical-coordinate representation of color #C84DCA: hue angle of 299.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DCA is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 77 202 -
CMYK 0.01 0.62 0 0.21
HSL 299.04º 0.54% 0.55% -
HSV(B) 299.04º 0.62% 0.79% -
XYZ 37.13 21.85 58.14 -
YUV 128.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 200 77 202 0.01 0.62 0 0.21 299.04 0.54 0.55
Hex C8 4D CA 1 3E 0 15 12B 36 37
Octal 310 115 312 1 76 0 25 453 66 67
Binary 11001000 1001101 11001010 1 111110 0 10101 100101011 110110 110111

Color Harmonies of #C84DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DCA

Black with #C84DCA

Text Example


Text Example

White with #C84DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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