Html Css Color HEX #C82AC0 Fuchsia

📋 copy color: '#C82AC0'

red 200 ◦ green 42 ◦ blue 192

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

Shades of Fuchsia #C82AC0

Tints of Fuchsia #C82AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 46.08%
G = 9.68%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C82AC0 (or 0xC82AC0) is known color: Fuchsia. HEX triplet: C8, 2A and C0. RGB value is (200,42,192). Sum of RGB (Red+Green+Blue) = 200+42+192=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AC0 is #37D53F. Grayscale: #696969. Windows color (decimal): -3659072 or 12593864. OLE color: 12593864.

HSL color Cylindrical-coordinate representation of color #C82AC0: hue angle of 303.04º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82AC0 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 42 192 -
CMYK 0 0.79 0.04 0.22
HSL 303.04º 0.65% 0.47% -
HSV(B) 303.04º 0.79% 0.78% -
XYZ 34.16 17.74 51.49 -
YUV 106.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 200 42 192 0 0.79 0.04 0.22 303.04 0.65 0.47
Hex C8 2A C0 0 4F 4 16 12F 41 2F
Octal 310 52 300 0 117 4 26 457 101 57
Binary 11001000 101010 11000000 0 1001111 100 10110 100101111 1000001 101111

Color Harmonies of #C82AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AC0

Black with #C82AC0

Text Example


Text Example

White with #C82AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AC0; }

 p { color: rgb(200,42,192); }

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

background-color css

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

 a { background-color: rgb(200,42,192); }

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

border-color css

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

 span { border-color: rgb(200,42,192); }

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