Html Css Color HEX #C82DCC Fuchsia

📋 copy color: '#C82DCC'

red 200 ◦ green 45 ◦ blue 204

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

Shades of Fuchsia #C82DCC

Tints of Fuchsia #C82DCC

RGB

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

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

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

R = 44.54%
G = 10.02%
B = 45.43%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C82DCC (or 0xC82DCC) is known color: Fuchsia. HEX triplet: C8, 2D and CC. RGB value is (200,45,204). Sum of RGB (Red+Green+Blue) = 200+45+204=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #C82DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DCC is #37D233. Grayscale: #6C6C6C. Windows color (decimal): -3658292 or 13381064. OLE color: 13381064.

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

Color convert

RGB 200 45 204 -
CMYK 0.02 0.78 0 0.2
HSL 298.49º 0.64% 0.49% -
HSV(B) 298.49º 0.78% 0.8% -
XYZ 35.66 18.52 58.82 -
YUV 109.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 200 45 204 0.02 0.78 0 0.2 298.49 0.64 0.49
Hex C8 2D CC 2 4E 0 14 12A 40 31
Octal 310 55 314 2 116 0 24 452 100 61
Binary 11001000 101101 11001100 10 1001110 0 10100 100101010 1000000 110001

Color Harmonies of #C82DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DCC

Black with #C82DCC

Text Example


Text Example

White with #C82DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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