Html Css Color HEX #C82ABE Fuchsia

📋 copy color: '#C82ABE'

red 200 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #C82ABE

Tints of Fuchsia #C82ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 46.3%
G = 9.72%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C82ABE (or 0xC82ABE) is known color: Fuchsia. HEX triplet: C8, 2A and BE. RGB value is (200,42,190). Sum of RGB (Red+Green+Blue) = 200+42+190=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C82ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ABE is #37D541. Grayscale: #696969. Windows color (decimal): -3659074 or 12462792. OLE color: 12462792.

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

Color convert

RGB 200 42 190 -
CMYK 0 0.79 0.05 0.22
HSL 303.8º 0.65% 0.47% -
HSV(B) 303.8º 0.79% 0.78% -
XYZ 33.94 17.65 50.33 -
YUV 106.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 200 42 190 0 0.79 0.05 0.22 303.8 0.65 0.47
Hex C8 2A BE 0 4F 5 16 130 41 2F
Octal 310 52 276 0 117 5 26 460 101 57
Binary 11001000 101010 10111110 0 1001111 101 10110 100110000 1000001 101111

Color Harmonies of #C82ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ABE

Black with #C82ABE

Text Example


Text Example

White with #C82ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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