Html Css Color HEX #C82EBA Fuchsia

📋 copy color: '#C82EBA'

red 200 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #C82EBA

Tints of Fuchsia #C82EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 46.3%
G = 10.65%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C82EBA (or 0xC82EBA) is known color: Fuchsia. HEX triplet: C8, 2E and BA. RGB value is (200,46,186). Sum of RGB (Red+Green+Blue) = 200+46+186=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EBA is #37D145. Grayscale: #6B6B6B. Windows color (decimal): -3658054 or 12201672. OLE color: 12201672.

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

Color convert

RGB 200 46 186 -
CMYK 0 0.77 0.07 0.22
HSL 305.45º 0.63% 0.48% -
HSV(B) 305.45º 0.77% 0.78% -
XYZ 33.66 17.78 48.11 -
YUV 108.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 200 46 186 0 0.77 0.07 0.22 305.45 0.63 0.48
Hex C8 2E BA 0 4D 7 16 131 3F 30
Octal 310 56 272 0 115 7 26 461 77 60
Binary 11001000 101110 10111010 0 1001101 111 10110 100110001 111111 110000

Color Harmonies of #C82EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EBA

Black with #C82EBA

Text Example


Text Example

White with #C82EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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