Html Css Color HEX #C82AB6 Fuchsia

📋 copy color: '#C82AB6'

red 200 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #C82AB6

Tints of Fuchsia #C82AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 47.17%
G = 9.91%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C82AB6 (or 0xC82AB6) is known color: Fuchsia. HEX triplet: C8, 2A and B6. RGB value is (200,42,182). Sum of RGB (Red+Green+Blue) = 200+42+182=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82AB6 is #37D549. Grayscale: #686868. Windows color (decimal): -3659082 or 11938504. OLE color: 11938504.

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

Color convert

RGB 200 42 182 -
CMYK 0 0.79 0.09 0.22
HSL 306.84º 0.65% 0.47% -
HSV(B) 306.84º 0.79% 0.78% -
XYZ 33.09 17.31 45.85 -
YUV 105.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 200 42 182 0 0.79 0.09 0.22 306.84 0.65 0.47
Hex C8 2A B6 0 4F 9 16 133 41 2F
Octal 310 52 266 0 117 11 26 463 101 57
Binary 11001000 101010 10110110 0 1001111 1001 10110 100110011 1000001 101111

Color Harmonies of #C82AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AB6

Black with #C82AB6

Text Example


Text Example

White with #C82AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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