Html Css Color HEX #C82ABA Fuchsia

📋 copy color: '#C82ABA'

red 200 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #C82ABA

Tints of Fuchsia #C82ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 46.73%
G = 9.81%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C82ABA (or 0xC82ABA) is known color: Fuchsia. HEX triplet: C8, 2A and BA. RGB value is (200,42,186). Sum of RGB (Red+Green+Blue) = 200+42+186=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C82ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82ABA is #37D545. Grayscale: #696969. Windows color (decimal): -3659078 or 12200648. OLE color: 12200648.

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

Color convert

RGB 200 42 186 -
CMYK 0 0.79 0.07 0.22
HSL 305.32º 0.65% 0.47% -
HSV(B) 305.32º 0.79% 0.78% -
XYZ 33.51 17.48 48.06 -
YUV 105.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 200 42 186 0 0.79 0.07 0.22 305.32 0.65 0.47
Hex C8 2A BA 0 4F 7 16 131 41 2F
Octal 310 52 272 0 117 7 26 461 101 57
Binary 11001000 101010 10111010 0 1001111 111 10110 100110001 1000001 101111

Color Harmonies of #C82ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82ABA

Black with #C82ABA

Text Example


Text Example

White with #C82ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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