Html Css Color HEX #C82ABF Fuchsia

📋 copy color: '#C82ABF'

red 200 ◦ green 42 ◦ blue 191

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

Shades of Fuchsia #C82ABF

Tints of Fuchsia #C82ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 46.19%
G = 9.7%
B = 44.11%

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

#C82ABF (or 0xC82ABF) is known color: Fuchsia. HEX triplet: C8, 2A and BF. RGB value is (200,42,191). Sum of RGB (Red+Green+Blue) = 200+42+191=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C82ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ABF is #37D540. Grayscale: #696969. Windows color (decimal): -3659073 or 12528328. OLE color: 12528328.

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

Color convert

RGB 200 42 191 -
CMYK 0 0.79 0.04 0.22
HSL 303.42º 0.65% 0.47% -
HSV(B) 303.42º 0.79% 0.78% -
XYZ 34.05 17.7 50.91 -
YUV 106.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 200 42 191 0 0.79 0.04 0.22 303.42 0.65 0.47
Hex C8 2A BF 0 4F 4 16 12F 41 2F
Octal 310 52 277 0 117 4 26 457 101 57
Binary 11001000 101010 10111111 0 1001111 100 10110 100101111 1000001 101111

Color Harmonies of #C82ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ABF

Black with #C82ABF

Text Example


Text Example

White with #C82ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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