Html Css Color HEX #C82BC9 Fuchsia

📋 copy color: '#C82BC9'

red 200 ◦ green 43 ◦ blue 201

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

Shades of Fuchsia #C82BC9

Tints of Fuchsia #C82BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 45.05%
G = 9.68%
B = 45.27%

CMYK

 C value IS 0.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C82BC9 (or 0xC82BC9) is known color: Fuchsia. HEX triplet: C8, 2B and C9. RGB value is (200,43,201). Sum of RGB (Red+Green+Blue) = 200+43+201=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #C82BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BC9 is #37D436. Grayscale: #6B6B6B. Windows color (decimal): -3658807 or 13183944. OLE color: 13183944.

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

Color convert

RGB 200 43 201 -
CMYK 0.00 0.79 0 0.21
HSL 299.62º 0.65% 0.48% -
HSV(B) 299.62º 0.79% 0.79% -
XYZ 35.23 18.22 56.92 -
YUV 107.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 200 43 201 0.00 0.79 0 0.21 299.62 0.65 0.48
Hex C8 2B C9 0 4F 0 15 12C 41 30
Octal 310 53 311 0 117 0 25 454 101 60
Binary 11001000 101011 11001001 0 1001111 0 10101 100101100 1000001 110000

Color Harmonies of #C82BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BC9

Black with #C82BC9

Text Example


Text Example

White with #C82BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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