Html Css Color HEX #C84DCC Fuchsia

📋 copy color: '#C84DCC'

red 200 ◦ green 77 ◦ blue 204

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

Shades of Fuchsia #C84DCC

Tints of Fuchsia #C84DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 41.58%
G = 16.01%
B = 42.41%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C84DCC (or 0xC84DCC) is known color: Fuchsia. HEX triplet: C8, 4D and CC. RGB value is (200,77,204). Sum of RGB (Red+Green+Blue) = 200+77+204=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCC is #37B233. Grayscale: #7F7F7F. Windows color (decimal): -3650100 or 13389256. OLE color: 13389256.

HSL color Cylindrical-coordinate representation of color #C84DCC: hue angle of 298.11º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DCC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 77 204 -
CMYK 0.02 0.62 0 0.2
HSL 298.11º 0.55% 0.55% -
HSV(B) 298.11º 0.62% 0.8% -
XYZ 37.37 21.95 59.39 -
YUV 128.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 200 77 204 0.02 0.62 0 0.2 298.11 0.55 0.55
Hex C8 4D CC 2 3E 0 14 12A 37 37
Octal 310 115 314 2 76 0 24 452 67 67
Binary 11001000 1001101 11001100 10 111110 0 10100 100101010 110111 110111

Color Harmonies of #C84DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DCC

Black with #C84DCC

Text Example


Text Example

White with #C84DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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