Html Css Color HEX #C82EC2 Fuchsia

📋 copy color: '#C82EC2'

red 200 ◦ green 46 ◦ blue 194

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

Shades of Fuchsia #C82EC2

Tints of Fuchsia #C82EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 45.45%
G = 10.45%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C82EC2 (or 0xC82EC2) is known color: Fuchsia. HEX triplet: C8, 2E and C2. RGB value is (200,46,194). Sum of RGB (Red+Green+Blue) = 200+46+194=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC2 is #37D13D. Grayscale: #6C6C6C. Windows color (decimal): -3658046 or 12725960. OLE color: 12725960.

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

Color convert

RGB 200 46 194 -
CMYK 0 0.77 0.03 0.22
HSL 302.34º 0.63% 0.48% -
HSV(B) 302.34º 0.77% 0.78% -
XYZ 34.53 18.13 52.72 -
YUV 108.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 200 46 194 0 0.77 0.03 0.22 302.34 0.63 0.48
Hex C8 2E C2 0 4D 3 16 12E 3F 30
Octal 310 56 302 0 115 3 26 456 77 60
Binary 11001000 101110 11000010 0 1001101 11 10110 100101110 111111 110000

Color Harmonies of #C82EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EC2

Black with #C82EC2

Text Example


Text Example

White with #C82EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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