Html Css Color HEX #C82BB5 Fuchsia

📋 copy color: '#C82BB5'

red 200 ◦ green 43 ◦ blue 181

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

Shades of Fuchsia #C82BB5

Tints of Fuchsia #C82BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 47.17%
G = 10.14%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C82BB5 (or 0xC82BB5) is known color: Fuchsia. HEX triplet: C8, 2B and B5. RGB value is (200,43,181). Sum of RGB (Red+Green+Blue) = 200+43+181=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BB5 is #37D44A. Grayscale: #696969. Windows color (decimal): -3658827 or 11873224. OLE color: 11873224.

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

Color convert

RGB 200 43 181 -
CMYK 0 0.78 0.09 0.22
HSL 307.26º 0.65% 0.48% -
HSV(B) 307.26º 0.79% 0.78% -
XYZ 33.02 17.34 45.32 -
YUV 105.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 200 43 181 0 0.78 0.09 0.22 307.26 0.65 0.48
Hex C8 2B B5 0 4E 9 16 133 41 30
Octal 310 53 265 0 116 11 26 463 101 60
Binary 11001000 101011 10110101 0 1001110 1001 10110 100110011 1000001 110000

Color Harmonies of #C82BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BB5

Black with #C82BB5

Text Example


Text Example

White with #C82BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BB5; }

 p { color: rgb(200,43,181); }

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

background-color css

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

 a { background-color: rgb(200,43,181); }

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

border-color css

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

 span { border-color: rgb(200,43,181); }

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