Html Css Color HEX #C82FC6 Fuchsia

📋 copy color: '#C82FC6'

red 200 ◦ green 47 ◦ blue 198

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

Shades of Fuchsia #C82FC6

Tints of Fuchsia #C82FC6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

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

R = 44.94%
G = 10.56%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C82FC6 (or 0xC82FC6) is known color: Fuchsia. HEX triplet: C8, 2F and C6. RGB value is (200,47,198). Sum of RGB (Red+Green+Blue) = 200+47+198=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FC6 is #37D039. Grayscale: #6D6D6D. Windows color (decimal): -3657786 or 12988360. OLE color: 12988360.

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

Color convert

RGB 200 47 198 -
CMYK 0 0.76 0.01 0.22
HSL 300.78º 0.62% 0.48% -
HSV(B) 300.78º 0.77% 0.78% -
XYZ 35.03 18.39 55.13 -
YUV 109.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 200 47 198 0 0.76 0.01 0.22 300.78 0.62 0.48
Hex C8 2F C6 0 4C 1 16 12D 3E 30
Octal 310 57 306 0 114 1 26 455 76 60
Binary 11001000 101111 11000110 0 1001100 1 10110 100101101 111110 110000

Color Harmonies of #C82FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FC6

Black with #C82FC6

Text Example


Text Example

White with #C82FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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