Html Css Color HEX #C82FB1 Fuchsia

📋 copy color: '#C82FB1'

red 200 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #C82FB1

Tints of Fuchsia #C82FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 47.17%
G = 11.08%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C82FB1 (or 0xC82FB1) is known color: Fuchsia. HEX triplet: C8, 2F and B1. RGB value is (200,47,177). Sum of RGB (Red+Green+Blue) = 200+47+177=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FB1 is #37D04E. Grayscale: #6B6B6B. Windows color (decimal): -3657807 or 11612104. OLE color: 11612104.

HSL color Cylindrical-coordinate representation of color #C82FB1: hue angle of 309.02º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FB1 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 47 177 -
CMYK 0 0.76 0.12 0.22
HSL 309.02º 0.62% 0.48% -
HSV(B) 309.02º 0.77% 0.78% -
XYZ 32.77 17.49 43.24 -
YUV 107.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 200 47 177 0 0.76 0.12 0.22 309.02 0.62 0.48
Hex C8 2F B1 0 4C C 16 135 3E 30
Octal 310 57 261 0 114 14 26 465 76 60
Binary 11001000 101111 10110001 0 1001100 1100 10110 100110101 111110 110000

Color Harmonies of #C82FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FB1

Black with #C82FB1

Text Example


Text Example

White with #C82FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FB1; }

 p { color: rgb(200,47,177); }

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

background-color css

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

 a { background-color: rgb(200,47,177); }

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

border-color css

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

 span { border-color: rgb(200,47,177); }

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