Html Css Color HEX #C82EC4 Fuchsia

📋 copy color: '#C82EC4'

red 200 ◦ green 46 ◦ blue 196

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

Shades of Fuchsia #C82EC4

Tints of Fuchsia #C82EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 45.25%
G = 10.41%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C82EC4 (or 0xC82EC4) is known color: Fuchsia. HEX triplet: C8, 2E and C4. RGB value is (200,46,196). Sum of RGB (Red+Green+Blue) = 200+46+196=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82EC4 is #37D13B. Grayscale: #6C6C6C. Windows color (decimal): -3658044 or 12857032. OLE color: 12857032.

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

Color convert

RGB 200 46 196 -
CMYK 0 0.77 0.02 0.22
HSL 301.56º 0.63% 0.48% -
HSV(B) 301.56º 0.77% 0.78% -
XYZ 34.76 18.22 53.91 -
YUV 109.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 200 46 196 0 0.77 0.02 0.22 301.56 0.63 0.48
Hex C8 2E C4 0 4D 2 16 12E 3F 30
Octal 310 56 304 0 115 2 26 456 77 60
Binary 11001000 101110 11000100 0 1001101 10 10110 100101110 111111 110000

Color Harmonies of #C82EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EC4

Black with #C82EC4

Text Example


Text Example

White with #C82EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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