Html Css Color HEX #C82EB2 Fuchsia

📋 copy color: '#C82EB2'

red 200 ◦ green 46 ◦ blue 178

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

Shades of Fuchsia #C82EB2

Tints of Fuchsia #C82EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 47.17%
G = 10.85%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C82EB2 (or 0xC82EB2) is known color: Fuchsia. HEX triplet: C8, 2E and B2. RGB value is (200,46,178). Sum of RGB (Red+Green+Blue) = 200+46+178=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82EB2 is #37D14D. Grayscale: #6A6A6A. Windows color (decimal): -3658062 or 11677384. OLE color: 11677384.

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

Color convert

RGB 200 46 178 -
CMYK 0 0.77 0.11 0.22
HSL 308.57º 0.63% 0.48% -
HSV(B) 308.57º 0.77% 0.78% -
XYZ 32.83 17.45 43.76 -
YUV 107.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 200 46 178 0 0.77 0.11 0.22 308.57 0.63 0.48
Hex C8 2E B2 0 4D B 16 135 3F 30
Octal 310 56 262 0 115 13 26 465 77 60
Binary 11001000 101110 10110010 0 1001101 1011 10110 100110101 111111 110000

Color Harmonies of #C82EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EB2

Black with #C82EB2

Text Example


Text Example

White with #C82EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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