Html Css Color HEX #C82EC8 Fuchsia

📋 copy color: '#C82EC8'

red 200 ◦ green 46 ◦ blue 200

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

Shades of Fuchsia #C82EC8

Tints of Fuchsia #C82EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 44.84%
G = 10.31%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C82EC8 (or 0xC82EC8) is known color: Fuchsia. HEX triplet: C8, 2E and C8. RGB value is (200,46,200). Sum of RGB (Red+Green+Blue) = 200+46+200=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C82EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC8 is #37D137. Grayscale: #6D6D6D. Windows color (decimal): -3658040 or 13119176. OLE color: 13119176.

HSL color Cylindrical-coordinate representation of color #C82EC8: hue angle of 300º 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 #C82EC8 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 46 200 -
CMYK 0 0.77 0 0.22
HSL 300º 0.63% 0.48% -
HSV(B) 300º 0.77% 0.78% -
XYZ 35.22 18.4 56.34 -
YUV 109.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 200 46 200 0 0.77 0 0.22 300 0.63 0.48
Hex C8 2E C8 0 4D 0 16 12C 3F 30
Octal 310 56 310 0 115 0 26 454 77 60
Binary 11001000 101110 11001000 0 1001101 0 10110 100101100 111111 110000

Color Harmonies of #C82EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EC8

Black with #C82EC8

Text Example


Text Example

White with #C82EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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