Html Css Color HEX #C82BCB Fuchsia

📋 copy color: '#C82BCB'

red 200 ◦ green 43 ◦ blue 203

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

Shades of Fuchsia #C82BCB

Tints of Fuchsia #C82BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 44.84%
G = 9.64%
B = 45.52%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C82BCB (or 0xC82BCB) is known color: Fuchsia. HEX triplet: C8, 2B and CB. RGB value is (200,43,203). Sum of RGB (Red+Green+Blue) = 200+43+203=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #C82BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BCB is #37D434. Grayscale: #6B6B6B. Windows color (decimal): -3658805 or 13315016. OLE color: 13315016.

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

Color convert

RGB 200 43 203 -
CMYK 0.01 0.79 0 0.20
HSL 298.88º 0.65% 0.48% -
HSV(B) 298.88º 0.79% 0.8% -
XYZ 35.46 18.32 58.17 -
YUV 108.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 200 43 203 0.01 0.79 0 0.20 298.88 0.65 0.48
Hex C8 2B CB 1 4F 0 14 12B 41 30
Octal 310 53 313 1 117 0 24 453 101 60
Binary 11001000 101011 11001011 1 1001111 0 10100 100101011 1000001 110000

Color Harmonies of #C82BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BCB

Black with #C82BCB

Text Example


Text Example

White with #C82BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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