Html Css Color HEX #C82ED1 Fuchsia

📋 copy color: '#C82ED1'

red 200 ◦ green 46 ◦ blue 209

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

Shades of Fuchsia #C82ED1

Tints of Fuchsia #C82ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.11%

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

R = 43.96%
G = 10.11%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C82ED1 (or 0xC82ED1) is known color: Fuchsia. HEX triplet: C8, 2E and D1. RGB value is (200,46,209). Sum of RGB (Red+Green+Blue) = 200+46+209=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #C82ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ED1 is #37D12E. Grayscale: #6E6E6E. Windows color (decimal): -3658031 or 13709000. OLE color: 13709000.

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

Color convert

RGB 200 46 209 -
CMYK 0.04 0.78 0 0.18
HSL 296.69º 0.64% 0.5% -
HSV(B) 296.69º 0.78% 0.82% -
XYZ 36.31 18.84 62.04 -
YUV 110.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 200 46 209 0.04 0.78 0 0.18 296.69 0.64 0.5
Hex C8 2E D1 4 4E 0 12 129 40 32
Octal 310 56 321 4 116 0 22 451 100 62
Binary 11001000 101110 11010001 100 1001110 0 10010 100101001 1000000 110010

Color Harmonies of #C82ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ED1

Black with #C82ED1

Text Example


Text Example

White with #C82ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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