Html Css Color HEX #C82AB3 Fuchsia

📋 copy color: '#C82AB3'

red 200 ◦ green 42 ◦ blue 179

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

Shades of Fuchsia #C82AB3

Tints of Fuchsia #C82AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 47.51%
G = 9.98%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C82AB3 (or 0xC82AB3) is known color: Fuchsia. HEX triplet: C8, 2A and B3. RGB value is (200,42,179). Sum of RGB (Red+Green+Blue) = 200+42+179=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AB3 is #37D54C. Grayscale: #686868. Windows color (decimal): -3659085 or 11741896. OLE color: 11741896.

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

Color convert

RGB 200 42 179 -
CMYK 0 0.79 0.10 0.22
HSL 307.97º 0.65% 0.47% -
HSV(B) 307.97º 0.79% 0.78% -
XYZ 32.78 17.19 44.24 -
YUV 104.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 200 42 179 0 0.79 0.10 0.22 307.97 0.65 0.47
Hex C8 2A B3 0 4F A 16 134 41 2F
Octal 310 52 263 0 117 12 26 464 101 57
Binary 11001000 101010 10110011 0 1001111 1010 10110 100110100 1000001 101111

Color Harmonies of #C82AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AB3

Black with #C82AB3

Text Example


Text Example

White with #C82AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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