Html Css Color HEX #C82DC6 Fuchsia

📋 copy color: '#C82DC6'

red 200 ◦ green 45 ◦ blue 198

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

Shades of Fuchsia #C82DC6

Tints of Fuchsia #C82DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 45.15%
G = 10.16%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C82DC6 (or 0xC82DC6) is known color: Fuchsia. HEX triplet: C8, 2D and C6. RGB value is (200,45,198). Sum of RGB (Red+Green+Blue) = 200+45+198=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C82DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DC6 is #37D239. Grayscale: #6C6C6C. Windows color (decimal): -3658298 or 12987848. OLE color: 12987848.

HSL color Cylindrical-coordinate representation of color #C82DC6: hue angle of 300.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82DC6 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 198 -
CMYK 0 0.78 0.01 0.22
HSL 300.77º 0.63% 0.48% -
HSV(B) 300.77º 0.78% 0.78% -
XYZ 34.95 18.23 55.1 -
YUV 108.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 200 45 198 0 0.78 0.01 0.22 300.77 0.63 0.48
Hex C8 2D C6 0 4E 1 16 12D 3F 30
Octal 310 55 306 0 116 1 26 455 77 60
Binary 11001000 101101 11000110 0 1001110 1 10110 100101101 111111 110000

Color Harmonies of #C82DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DC6

Black with #C82DC6

Text Example


Text Example

White with #C82DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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