Html Css Color HEX #C82EBC Fuchsia

📋 copy color: '#C82EBC'

red 200 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #C82EBC

Tints of Fuchsia #C82EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 46.08%
G = 10.6%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C82EBC (or 0xC82EBC) is known color: Fuchsia. HEX triplet: C8, 2E and BC. RGB value is (200,46,188). Sum of RGB (Red+Green+Blue) = 200+46+188=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EBC is #37D143. Grayscale: #6B6B6B. Windows color (decimal): -3658052 or 12332744. OLE color: 12332744.

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

Color convert

RGB 200 46 188 -
CMYK 0 0.77 0.06 0.22
HSL 304.68º 0.63% 0.48% -
HSV(B) 304.68º 0.77% 0.78% -
XYZ 33.87 17.86 49.24 -
YUV 108.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 200 46 188 0 0.77 0.06 0.22 304.68 0.63 0.48
Hex C8 2E BC 0 4D 6 16 131 3F 30
Octal 310 56 274 0 115 6 26 461 77 60
Binary 11001000 101110 10111100 0 1001101 110 10110 100110001 111111 110000

Color Harmonies of #C82EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EBC

Black with #C82EBC

Text Example


Text Example

White with #C82EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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