Html Css Color HEX #C82DD1 Fuchsia

📋 copy color: '#C82DD1'

red 200 ◦ green 45 ◦ blue 209

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

Shades of Fuchsia #C82DD1

Tints of Fuchsia #C82DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.91%

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

R = 44.05%
G = 9.91%
B = 46.04%

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

#C82DD1 (or 0xC82DD1) is known color: Fuchsia. HEX triplet: C8, 2D and D1. RGB value is (200,45,209). Sum of RGB (Red+Green+Blue) = 200+45+209=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #C82DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DD1 is #37D22E. Grayscale: #6D6D6D. Windows color (decimal): -3658287 or 13708744. OLE color: 13708744.

HSL color Cylindrical-coordinate representation of color #C82DD1: hue angle of 296.71º degrees, saturation: 0.65, 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 #C82DD1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 45 209 -
CMYK 0.04 0.78 0 0.18
HSL 296.71º 0.65% 0.5% -
HSV(B) 296.71º 0.78% 0.82% -
XYZ 36.27 18.76 62.03 -
YUV 110.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 200 45 209 0.04 0.78 0 0.18 296.71 0.65 0.5
Hex C8 2D D1 4 4E 0 12 129 41 32
Octal 310 55 321 4 116 0 22 451 101 62
Binary 11001000 101101 11010001 100 1001110 0 10010 100101001 1000001 110010

Color Harmonies of #C82DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DD1

Black with #C82DD1

Text Example


Text Example

White with #C82DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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